Posts by Caio • 1 point
1 post
-
-1
votes3
answers1942
viewsA: Error sending email on Laravel 5.7 - Swift_transportexception
You can send the email if it is the same as . env for ex: public function toMail($notifiable) { return (new MailMessage)->from('[email protected]', 'Ola!') ... } MAIL_DRIVER=smtp…