Files
domain_check/config.json
T
2026-08-03 22:54:26 +07:00

19 lines
343 B
JSON

{
"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"
]
}
}