作者 lyh

Merge branch 'master-server' of http://47.244.231.31:8099/zhl/globalso-v6

... ... @@ -31,8 +31,8 @@ class TextMail extends Mailable
*/
public function build()
{
return $this->subject($this->subject)->text('mail.text', ['text' => $this->text])
->view('mail.html', ['text' => $this->text]); // HTML 内容
return $this->subject($this->subject)->text('mail.text', ['text' => $this->text]);
// ->view('mail.html', ['text' => $this->text]); // HTML 内容
}
}
... ...