2023-10-22 21:25:37 +02:00
|
|
|
[GENERAL]
|
|
|
|
LogFileLocation = notimail.log
|
|
|
|
DataBaseLocation = processed_emails.db
|
|
|
|
|
2023-10-21 10:07:15 +02:00
|
|
|
[EMAIL:account1]
|
2023-10-11 15:02:55 +02:00
|
|
|
EmailUser = your@address.com
|
|
|
|
EmailPass = YourPassword
|
|
|
|
Host = mail.server.com
|
|
|
|
|
2023-10-21 10:07:15 +02:00
|
|
|
#[EMAIL:account2]
|
|
|
|
#EmailUser = your@address.com
|
|
|
|
#EmailPass = YourPassword
|
|
|
|
#Host = mail.server.com
|
|
|
|
|
2023-10-13 09:07:59 +02:00
|
|
|
#If your provider is NTFY, uncomment the following lines and configure
|
2023-10-13 08:46:01 +02:00
|
|
|
#[NTFY]
|
|
|
|
#Url1 = https://ntfy.sh/TOPIC1
|
2023-10-22 09:04:01 +02:00
|
|
|
#Token1 = Optional token to send notifications to protected topics
|
2023-10-13 08:46:01 +02:00
|
|
|
#Url2 = https://ntfy.sh/TOPIC2
|
2023-10-22 09:04:01 +02:00
|
|
|
#Token2 = Optional token to send notifications to protected topics
|
2023-10-12 12:29:21 +02:00
|
|
|
|
2023-10-13 09:07:59 +02:00
|
|
|
#If your provider is PUSHOVER, uncomment the following lines and configure
|
|
|
|
#[PUSHOVER]
|
|
|
|
#ApiToken = YOUR_PUSHOVER_API_TOKEN
|
|
|
|
#UserKey = YOUR_PUSHOVER_USER_KEY
|
|
|
|
|
2023-10-13 10:30:23 +02:00
|
|
|
#If your provider is GOTIFY, uncomment the following lines and configure
|
|
|
|
#[GOTIFY]
|
|
|
|
#Url = https://gotify.example.com/message
|
|
|
|
#Token = your_gotify_token
|
|
|
|
|