flask-mail gmail: connection refused

前端 未结 2 602
灰色年华
灰色年华 2020-12-08 22:47

I\'m getting the following error when I attempt to use flask-mail to send an email through my gmail account.

error: [Errno 10061] No connection could

2条回答
  •  轮回少年
    2020-12-08 23:24

    In addition to zero323's answer, adding the configuration before creating a Mail object should help, but if it gives an SMTPAuthentication error with a gmail server, then just for testing purpose one may allow less secure apps to login for a while - https://myaccount.google.com/security#signin

提交回复
热议问题