pallets-eco/flask-mail

Read send status ?

Closed this issue · 2 comments

Is it possible to see if message sent ?

sv0 commented

You can use email_dispatched signal:

https://pythonhosted.org/Flask-Mail/#signalling-support

@sv0 Thanks, can you add minimal example when email is delivered mark email sent in database ?