2023-10-22 21:25:37 +02:00
|
|
|
[GENERAL]
|
2023-10-23 15:17:56 +02:00
|
|
|
LogFileLocation = /var/log/notimail/notimail.log
|
|
|
|
DataBaseLocation = /var/cache/notimail/processed_emails.db
|
2023-10-22 21:25:37 +02:00
|
|
|
|
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-24 09:49:20 +02:00
|
|
|
#Folders = inbox, sent
|
2023-10-11 15:02:55 +02:00
|
|
|
|
2023-10-21 10:07:15 +02:00
|
|
|
#[EMAIL:account2]
|
|
|
|
#EmailUser = your@address.com
|
|
|
|
#EmailPass = YourPassword
|
|
|
|
#Host = mail.server.com
|
2023-10-24 09:49:20 +02:00
|
|
|
#Folders = inbox, sent
|
2023-10-21 10:07:15 +02:00
|
|
|
|
2023-10-24 09:49:20 +02:00
|
|
|
#If your provider is NTFY, uncomment the following lines and configure. If using NTFY, also uncomment the [NTFY] line
|
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-24 09:49:20 +02:00
|
|
|
#If your provider is PUSHOVER, uncomment the following lines and configure. If using PUSHOVER, also uncomment the [PUSHOVER] line
|
2023-10-13 09:07:59 +02:00
|
|
|
#[PUSHOVER]
|
|
|
|
#ApiToken = YOUR_PUSHOVER_API_TOKEN
|
|
|
|
#UserKey = YOUR_PUSHOVER_USER_KEY
|
|
|
|
|
2023-10-24 09:49:20 +02:00
|
|
|
#If your provider is GOTIFY, uncomment the following lines and configure. If using GOTIFY, also uncomment the [GOTIFY] line
|
2023-10-13 10:30:23 +02:00
|
|
|
#[GOTIFY]
|
|
|
|
#Url = https://gotify.example.com/message
|
|
|
|
#Token = your_gotify_token
|
|
|
|
|