Skip to content

Flask web form for uploading files and sending them as email attachments

Notifications You must be signed in to change notification settings

phoenfrisur/email-uploaded-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Attachments from Upload Form

This Flask project creates a web form which can be used to upload files and send them as email attachments.

The upload functionality is based on a blog post by Miguel Grinberg.

Installation

$ git clone git@github.com:pentaquarx/email-uploaded-files.git
$ cd email-uploaded-files
$ pip install -r requirements.txt

Usage

$ flask run

Then, open a web browser and type localhost:5000.

About

Flask web form for uploading files and sending them as email attachments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published