How can I avoid google mail server asking me to log in via browser?

后端 未结 15 1941
無奈伤痛
無奈伤痛 2020-12-04 18:13

I am trying to send emails from Django using an email configured by Google Apps, my configuration at the settings.py file looks something like this:

<         


        
15条回答
  •  失恋的感觉
    2020-12-04 18:35

    Do you have two factor authentication enabled for the apps account ? Then you might need to use an application specific password for that application.

提交回复
热议问题