update testemail command

This commit is contained in:
Andras Bacsai 2023-09-08 17:51:19 +02:00
parent b82353d5e2
commit 0d1a2aa5d1

View File

@ -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())