6 lines
112 B
Python
6 lines
112 B
Python
|
HOSTNAME = 'localhost'
|
||
|
PORT = 587
|
||
|
EMAIL = 'example@hostname.com'
|
||
|
LOGIN = 'example'
|
||
|
PASSWORD = 'strong_password'
|