Swiftmailier Gmail SMTP可以在所有地方运行,但不能在Godaddy主机上运行,因为它们不允许第三方使用,并且提供了以下设置
'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'viewPath' => '@common/mail',
'useFileTransport' => false,
'transport' => [
'class' => 'Swift_SmtpTransport',
Host = relay-hosting.secureserver.net
Port = 25
SMTPDebug = 0
SMTPSecure =none
SMTPAuth = false
Username = none
Password = none
]
]
此配置开始发送电子邮件,但现在停止了。
错误如下:
未定义的方法“ SMTPDebug”
未定义的方法“ SMTPSecure”
未定义的方法“ SMTPAuth”
连接失败
我几乎尝试了所有事情,甚至寻求了Godaddy的支持,但没有得到任何解决方案。
如何在以下配置中设置SMTPDebug / SMTPSecure / SMTPAuth这些值,或者我的脚本如何开始发送电子邮件