mirror of
https://github.com/draga79/NotiMail.git
synced 2024-11-09 23:51:07 +01:00
25 lines
647 B
INI
25 lines
647 B
INI
[EMAIL:account1]
|
|
EmailUser = your@address.com
|
|
EmailPass = YourPassword
|
|
Host = mail.server.com
|
|
|
|
#[EMAIL:account2]
|
|
#EmailUser = your@address.com
|
|
#EmailPass = YourPassword
|
|
#Host = mail.server.com
|
|
|
|
#If your provider is NTFY, uncomment the following lines and configure
|
|
#[NTFY]
|
|
#Url1 = https://ntfy.sh/TOPIC1
|
|
#Url2 = https://ntfy.sh/TOPIC2
|
|
|
|
#If your provider is PUSHOVER, uncomment the following lines and configure
|
|
#[PUSHOVER]
|
|
#ApiToken = YOUR_PUSHOVER_API_TOKEN
|
|
#UserKey = YOUR_PUSHOVER_USER_KEY
|
|
|
|
#If your provider is GOTIFY, uncomment the following lines and configure
|
|
#[GOTIFY]
|
|
#Url = https://gotify.example.com/message
|
|
#Token = your_gotify_token
|
|
|