(Swift_TransportException(code: 0):

我们已将电子邮件服务器从一个提供商更改为另一个。使用旧电子邮件设置而不是新电子邮件设置发送的位置。我不确定它是 Laravel 服务器还是电子邮件服务器。


我将在这里使用我的域名:example.com


我在 .env 中更改了新的电子邮件设置:


MAIL_DRIVER=smtp

MAIL_HOST=server.example.com

MAIL_PORT=465

MAIL_USERNAME=no-reply@example.com

MAIL_PASSWORD=secret

MAIL_ENCRYPTION=ssl

当我们发送电子邮件时,我们会在 laravel.log 中收到此异常


production.ERROR: Connection to tcp://server.example.com:465 Timed Out {"exception":"[object] (Swift_TransportException(code: 0): Connection to tcp://server.example.com:465 Timed Out at /var/www/example.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:473, Swift_IoException(code: 0): Connection to tcp://server.example.com:465 Timed Out at /var/www/example.com/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:166)

我也试过用 tls 而不是 ssl 但同样的错误。


我已经使用提供商提供的给定设置在 Thunderbird 中配置了该电子邮件 no-replay@example.com 并且工作正常。


电子邮件设置:


incoming: IMAP server.example.com 993 SSL/TLS Encrypted password 


outgoing: SMTP server.example.com 465 SSL/TLS Encrypted password


username (email address) and password.

我错过了什么????


冉冉说
浏览 263回答 2
2回答

动漫人物

就我而言,该错误具有误导性。这不是超时,而是由错误的加密设置引起的。在我的情况下,我需要设置 MAIL_ENCRYPTION=ssl

鸿蒙传说

如果您从 Gmail 帐户发送电子邮件,请尝试此操作MAIL_DRIVER=smtpMAIL_HOST=smtp.gmail.comMAIL_PORT=465MAIL_USERNAME=your_email (like abc@gmail.com)MAIL_PASSWORD=secret (when you create a app in your google account then  get a app secret)MAIL_ENCRYPTION=ssl如果您在 Gmail 中执行此操作,则可以轻松地从您的 Gmail 帐户发送邮件
打开App,查看更多内容
随时随地看视频慕课网APP