0
使用Symfony2,我無法正確配置郵件發送電子郵件。Swift郵件程序Symfony2錯誤
我的配置是這樣的:
mailer_transport="gmail"
mailer_host="gmail"
mailer_user="********"
mailer_password="*******"
我得到的錯誤是這樣的:
Swift_TransportException: Failed to authenticate on SMTP server with username "pgbonino" using 1 possible authenticators
任何線索?
對不起,我沒有說全部。它適用於正常的Gmail帳戶。它不適用於Google Apps電子郵件帳戶。在這種帳戶的配置中設置有什麼不同嗎?
再次感謝
你確定密碼是否正確?嘗試使用相同的用戶名和密碼登錄到gmail,看看它是否有效 –
我通常有mailer_host = localhost,mailer_user包含完整的電子郵件地址,例如[email protected]。似乎與谷歌應用程序帳戶正常工作。 – Cerad
謝謝......我一回到家就會試試,告訴你它是如何工作的 – ElPiter