Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 536 Bytes

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.