generated from pavel.muhortov/template-bash
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
# sendmail configuration
|
|
from=user@host.zone
|
|
pass=password
|
|
dest=user@host.zone
|
|
smtp=smtp.host.zone
|
|
port=587
|
|
# telegram configuration
|
|
API_KEY=YOURAPIKEY
|
|
CHAT_ID=-100123456789
|
|
THRD_ID=123 |