update testemail command
This commit is contained in:
parent
b82353d5e2
commit
0d1a2aa5d1
1 changed files with 0 additions and 4 deletions
|
|
@ -174,10 +174,6 @@ private function sendEmail()
|
||||||
[],
|
[],
|
||||||
[],
|
[],
|
||||||
fn (Message $message) => $message
|
fn (Message $message) => $message
|
||||||
->from(
|
|
||||||
'internal@example.com',
|
|
||||||
'Test Email',
|
|
||||||
)
|
|
||||||
->to($this->email)
|
->to($this->email)
|
||||||
->subject($this->mail->subject)
|
->subject($this->mail->subject)
|
||||||
->html((string)$this->mail->render())
|
->html((string)$this->mail->render())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue