add example config file

This commit is contained in:
Joachim Lusiardi 2016-04-19 08:19:31 +02:00
parent 1240a3c64b
commit 344db8d998
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
MAIL_SERVER = 'smtp.gmail.com'
MAIL_PORT = 465
MAIL_USE_TLS = False
MAIL_USE_SSL = True
MAIL_USERNAME = 'your-gmail-username'
MAIL_PASSWORD = 'your-gmail-password'