mirror of
https://github.com/draga79/NotiMail.git
synced 2024-11-13 01:01:36 +01:00
20 lines
539 B
INI
20 lines
539 B
INI
[EMAIL]
|
|
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
|
|
|