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
I'm about to switch from Flask-Mail to Flask-Emails. However, when testing my code I'm not getting timeout error from Flask-Emails where Flask-Mail raises it correctly.
The reason why I would like to switch due to the configurable timeout (in elegant manner). See, pallets-eco/flask-mail#114. I also would like to use the flask-emails' API for inline images.
The text was updated successfully, but these errors were encountered:
kblomqvist
changed the title
Flask-Mail gives timeout where Flask-Emails not
Flask-Mail raises timeout where Flask-Emails not
Feb 17, 2017
The problem (or what cause confusion) seems to be that when EMAIL_USE_TLS = True and the host does not support TLS/STARTTLS the return code and text are None.
I'm about to switch from Flask-Mail to Flask-Emails. However, when testing my code I'm not getting timeout error from Flask-Emails where Flask-Mail raises it correctly.
The reason why I would like to switch due to the configurable timeout (in elegant manner). See, pallets-eco/flask-mail#114. I also would like to use the flask-emails' API for inline images.
The text was updated successfully, but these errors were encountered: