JeromeLefebvre / communicate

A kivy app and Heroku hosted website
2 stars 4 forks source link

added basic email functionality and fixed store.py #2

Closed cbruni closed 10 years ago

cbruni commented 10 years ago

See the title. We can now spam the fake inbox I created. The password is inside the file.

cbruni commented 10 years ago

Also you will need to install

pip install Flask-Mail

first before using (or pip3)

JeromeLefebvre commented 10 years ago

Thanks for the code, it was integrated into the rest of the system.