ELEC60013-ES-CW1/config/variables.py

9 lines
225 B
Python
Raw Normal View History

# App config file with various variables and settings
# Email config
MAIL_SERVER = 'smtp.gmail.com'
MAIL_PORT = 465
MAIL_USERNAME = 'legbarkr@gmail.com'
MAIL_PASSWORD = '!Password123'
MAIL_USE_TLS = False
MAIL_USE_SSL = True