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