發送電子郵件我一直在嘗試使用swiftmailer發送電子郵件,但我不能這樣做,我得到以下異常Symfony2中無法通過Gmail
request.CRITICAL: Uncaught PHP Exception Swift_TransportException: "Failed to authenticate on SMTP server with username "[email protected]" 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: [email protected]
password: password
我開發的服務器有Ubuntu的V13 OS
我有類似的問題。這個問題可能在於gmail帳戶配置。 – mika
@mika我們是否在gmail中添加或授予某種權限?你確定在gmail中配置嗎? – Rahul
我實際上能夠在登錄我的gmail帳戶時,在https://www.google.com/settings/security/lesssecureapps中解決此更改的配置。它可能會或可能不會阻礙你。還值得一試嗎? – mika