您好我正在使用Swiftmailer在我的项目symfony2中为联系表单发送电子邮件。 当我在 dev 环境中尝试时,它运行正常,但在In prod 中我收到此错误:
Fatal error: Uncaught exception 'Swift_TransportException'
with message ' in C:\wamp\www\saaytu_symfony\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\AbstractSmtpTransport.php on line 386
Swift_TransportException: Expected response code 250 but got code "530",
with message "530-5.5.1 Authentication Required.
Learn more at 530 5.5.1 http://support.google.com/mail/bin/answer.py?answer=14257 lo18sm27016542wic.1 - gsmtp "
in C:\wamp\www\saaytu_symfony\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\AbstractSmtpTransport.php on line 386
请帮忙。 谢谢。
答案 0 :(得分:1)
然后标记:
您确定,您为dev / prod使用相同的PARAMETERS.YML吗?在parameters.yml中可能有不同的凭据。