Laravel mail sent but still throws exception
问题 I am sending an email in laravel like this: Mail::send('email.email_view', [] , function($message) { $message->to('email@gmail.com', 'Receiver Name') ->subject('TTTTTT'); }); The view "email.email_view" only contains this: test this What happens is that the email gets sent and I receive it in the inbox, but still it throws this exception: local.ERROR: Connection to tcp://mail.myserver.net:2525 Timed Out {"exception":"[object] (Swift_TransportException(code: 0): Connection to tcp://mail