Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Office 365 电子邮件在 Laravel 网站上设置联系我们页面。设置在 Bluehost 上运行良好,但在 Godaddy 主机上不起作用,我怀疑原因可能是 TXT 记录。这是我目前拥有的:
v=spf1 包括:spf.protection.outlook.com 包括:servers.mcsv.net 包括:spf.mandrillapp.com 包括:secureserver.net -all
请让我知道它是否正确?
错误信息
我认为邮件驱动程序设置为smtp。
尝试将邮件驱动程序从smtp更改为sendmail,因为 godaddy 主机上的 smtp 邮件驱动程序无法正确建立与邮件服务器的连接。
有关参考,请参阅以下配置:
MAIL_DRIVER=发送邮件
MAIL_HOST=smtp.office365.com
邮件端口=587
MAIL_USERNAME=xxxxx@xxxxx.xx
MAIL_PASSWORD=xxxxxx
MAIL_ENCRYPTION=tls