rollerverbrauch/app/config/config.py.example

6 lines
163 B
Plaintext
Raw Normal View History

2016-04-19 08:19:31 +02:00
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'