{ "telegram": { "enabled": false, "bot_token": "YOUR_BOT_TOKEN_HERE", "chat_id": "YOUR_CHAT_ID_HERE" }, "email": { "enabled": false, "smtp_server": "smtp.gmail.com", "smtp_port": 587, "smtp_user": "your_email@gmail.com", "smtp_password": "your_app_password", "from_email": "your_email@gmail.com", "to_email": "recipient@example.com" } }