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
Flask mail is a simple application whose main objective is show how to use
flask_mail in a Flask project.
Flask_mail build a SMTP server and manages the sending of emails.
routes
index
related info
send_mail
Send an email to respective recipients
captures
Index
Success
Error
About
(SMTP SERVER) Flask mail is a simple application whose main objective is show how to use Flask_mail