mail send message flask not working 2c ssl 3d 3d 3e 465

Solutions on MaxInterview for mail send message flask not working 2c ssl 3d 3d 3e 465 by the best coders in the world

showing results for - "mail send message flask not working 2c ssl 3d 3d 3e 465"
Noelie
20 Sep 2018
1MAIL_SERVER = 'smtp.gmail.com'
2MAIL_PORT = 465
3MAIL_USE_SSL = True
4MAIL_USERNAME = 'username@gmail.com'
5MAIL_PASSWORD = 'app password generated in step 3'
6
similar questions