mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
support for Gotify from https://github.com/Haecky/Pi.Alert-TLS.On-Off
merge Commitb5cd865a27merge Commit4e61e2ee45
This commit is contained in:
@@ -18,6 +18,8 @@ SMTP_SERVER = 'smtp.gmail.com'
|
||||
SMTP_PORT = 587
|
||||
SMTP_USER = 'user@gmail.com'
|
||||
SMTP_PASS = 'password'
|
||||
SMTP_SKIP_TLS = False
|
||||
SMTP_SKIP_LOGIN = False
|
||||
|
||||
REPORT_MAIL = False
|
||||
REPORT_FROM = 'Pi.Alert <' + SMTP_USER +'>'
|
||||
|
||||
Reference in New Issue
Block a user