update testemail command
This commit is contained in:
parent
b82353d5e2
commit
0d1a2aa5d1
@ -174,10 +174,6 @@ class TestEmail extends Command
|
|||||||
[],
|
[],
|
||||||
[],
|
[],
|
||||||
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…
x
Reference in New Issue
Block a user