You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's defined in flask_mail.py line:549 (master branch)
self.mail.use_ssl is assigned in _mail construct function by config.get
like this:
config.get('MAIL_USE_TLS', False)
the config object is inherited from dict , it's defined in flask/config.py , it maybe string type in some condition.
During sending email , the function in flask_mail.py 163 line
pls check , Tks
BR from yqqls
The text was updated successfully, but these errors were encountered: