Skip to content

Usage example of sending mail through flask-mail library

Notifications You must be signed in to change notification settings

liranfar/flask-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-mail

The Flask-Mail extension provides a simple interface to set up SMTP with your Flask application and to send messages from your views and scripts.

This is a basic template which demonstrates the usage of flask-mail library.

Usage

git clone...
cd flask-Mail
virtualenv env
source env/bin/activate
(env)$ pip install -r requirements.txt
python app.py
curl http://localhost:5000/send-mail

Resources

Flask-Mail Official Site

About

Usage example of sending mail through flask-mail library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages