2015-09-22 42 views
0

我正在使用swiftmailer發送我的郵件在我的web應用程序。它在dev上運行得非常好,但是當我嘗試使用prod時,我收到以下消息:swiftmailer在開發中工作,錯誤產品

Swift_TransportException: Failed to authenticate on SMTP server with username "[mymail]@gmail.com" using 1 possible authenticators 

任何想法爲什麼?我試圖緩存:清除,檢查郵件和PW

回答

0

您是否在app/config/parameters.yml中設置瞭如下所示的所有參數?

mailer_transport: 
mailer_encryption: 
mailer_auth_mode: 
mailer_host: 
mailer_user: 
mailer_password: 

我使用Gmail和我不得不這樣設置參數:

mailer_transport: gmail 
mailer_encryption: ssl 
mailer_auth_mode: login 
mailer_host: smtp.gmail.com 
mailer_user: *****@gmail.com 
mailer_password: ******