1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
fastocloud_admin/app/config/mail_config.py
2019-08-22 07:16:08 -04:00

7 lines
186 B
Python

MAIL_SERVER = 'smtp.office365.com'
MAIL_USERNAME = 'test@example.com'
MAIL_DEFAULT_SENDER = MAIL_USERNAME
MAIL_PASSWORD = 'test'
MAIL_PORT = 587
MAIL_USE_SSL = False
MAIL_USE_TLS = True