使用SMTP为Laravel奋斗

时间:2018-09-23 04:41:54

标签: php laravel email smtp

我有一个laravel项目通过Go Daddy上传到共享主机上。我发现它非常“喜怒无常,通常会停止工作。”

我经常收到超时错误和下面的错误消息

[2018-07-07n23:22:01] local.ERROR: Failed to authenticate on SMTP server with username "me@ne.org" using 2 possible authenticators {"exception":"[object] (Swift_TransportException(code: 0): Failed to authenticate on SMTP server with username \"x@x.x\" using 2 possible authenticators

我曾尝试使用外部smtp服务(例如邮件芯片或mailjet),但也会出错。

MAIL_DRIVER=smtp
MAIL_HOST=smtp-mail.outlook.com
MAIL_PORT=587
MAIL_USERNAME=username
MAIL_PASSWORD=sdasda
MAIL_ENCRYPTION=TLS

我什至从Godaddy购买了Outlook,以尝试解决此问题,而不必依赖cpanel电子邮件。

这是因为我拥有基本的托管服务而不是商务托管服务吗?

0 个答案:

没有答案