From 0d1a2aa5d130bb40507227927d5d711dbcca98d1 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 8 Sep 2023 17:51:19 +0200 Subject: [PATCH] update testemail command --- app/Console/Commands/TestEmail.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Console/Commands/TestEmail.php b/app/Console/Commands/TestEmail.php index 38a9b0c2a..435cd59b2 100644 --- a/app/Console/Commands/TestEmail.php +++ b/app/Console/Commands/TestEmail.php @@ -174,10 +174,6 @@ class TestEmail extends Command [], [], fn (Message $message) => $message - ->from( - 'internal@example.com', - 'Test Email', - ) ->to($this->email) ->subject($this->mail->subject) ->html((string)$this->mail->render())