我一直在尝试使用 swiftmailer 发送电子邮件,但是我无法这样做,我收到以下异常
request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "myusername@gmail.com" using 1 possible authenticators" at /home/ubuntu/Symfony/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php line 184 [] []
谁能告诉我在这里想念什么?看起来身份验证由于某种原因失败了。
这是我的配置文件中的片段:
swiftmailer:
transport: gmail
encryption: ssl
auth_mode: login
host: smtp.gmail.com
username: myusername@gmail.com
password: password
我的开发服务器有 ubuntu v13 操作系统