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.
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.