update testemail command
This commit is contained in:
parent
b82353d5e2
commit
0d1a2aa5d1
@ -174,10 +174,6 @@ private function sendEmail()
|
||||
[],
|
||||
[],
|
||||
fn (Message $message) => $message
|
||||
->from(
|
||||
'internal@example.com',
|
||||
'Test Email',
|
||||
)
|
||||
->to($this->email)
|
||||
->subject($this->mail->subject)
|
||||
->html((string)$this->mail->render())
|
||||
|
Loading…
Reference in New Issue
Block a user