initial commit
This commit is contained in:
commit
6372173fa3
3 changed files with 99 additions and 0 deletions
5
vars.py.example
Normal file
5
vars.py.example
Normal file
|
@ -0,0 +1,5 @@
|
|||
MY_ADDRESS = 'example@domain.tld'
|
||||
PASSWORD = 'p4ssw0rd'
|
||||
HOST = 'mail.domain.tld'
|
||||
PORT = 587
|
||||
SUBJECT = ''
|
Loading…
Add table
Add a link
Reference in a new issue