连接超时laravel电子邮件

时间:2018-03-04 06:24:32

标签: php laravel email

我正在使用go daddy cpanel电子邮件发送电子邮件使用laravel。这是我正在使用的代码:

MAIL_DRIVER=SMTP
MAIL_HOST=sg3plcpnl0013.prod.sin3.secureserver.net
MAIL_PORT=465
MAIL_USERNAME=myusername
MAIL_PASSWORD=mypassword
MAIL_ENCRYPTION=tls
MAIL_FROM_NAME="Contact Us"
MAIL_FROM_ADDRESS=memail@mail.com

错误: Swift_TransportException 与tcp的连接://sg3plcpnl0013.prod.sin3.secureserver.net:465超时

2 个答案:

答案 0 :(得分:0)

如果您的Laravel托管在godaddy上,您可以直接使用sendmail函数发送电子邮件服务通知。

答案 1 :(得分:-1)

请将APP_URL = http://localhost更改为 URL = http://your-ip-address

它在.env中 抱歉,我的英语不好