flask-emails icon indicating copy to clipboard operation
flask-emails copied to clipboard

Flask-Mail raises timeout where Flask-Emails not

Open kblomqvist opened this issue 8 years ago • 3 comments

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, https://github.com/mattupstate/flask-mail/issues/114. I also would like to use the flask-emails' API for inline images.

kblomqvist avatar Feb 17 '17 08:02 kblomqvist

Can you show your mail settings?

lavr avatar Feb 17 '17 14:02 lavr

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.

kblomqvist avatar Mar 06 '17 11:03 kblomqvist

...and the host does not support TLS

Do you mean the sender's host or the recipient's host?

nickjj avatar Nov 04 '20 23:11 nickjj