first commit
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"domains": [
|
||||
"example.com",
|
||||
"example.net"
|
||||
],
|
||||
"check_interval_minutes": 60,
|
||||
"smtp": {
|
||||
"host": "smtp.gmail.com",
|
||||
"port": 587,
|
||||
"use_tls": true,
|
||||
"username": "your_account@gmail.com",
|
||||
"password": "app_password_here",
|
||||
"from": "your_account@gmail.com",
|
||||
"to": [
|
||||
"your_account@gmail.com"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user