* SMTP setup to get alerts
*   server : "smtp://smtp.gmail.com:587" for Gmail
*   Gmail with App Password is recommended or you can setup your own
*   iamalive : Get daily keep-alive monitoring email at midnight
* Microsoft Teams alert notification. Teams webhook URLs are usually very long. Keep the full URL on one line inside double quotes  
*   teams_webhook : "https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxyyyyyyyyyyyyyyyy" 
* Telegram alert notification
*   token : Telegram bot token
*   chat_id : Telegram group ID 
* password and token will be auto-encrypted after first run
* Run cpualert -test to Send a test Email and Telegram alert to verify configuration


server    : "smtp://smtp.gmail.com:587"
email     : "login_account@gmail.com"
password  : "gmail app password"
from      : "sender@gmail.com"
to        : "xxxxxxxx@hotmail.com,xxxxxxxx@gmail.com"
iamalive  : "xxxxxxx@hotmail.com"

*** Microsoft Teams notification. Remove * to enable. 
*teams_webhook : "https://xxxxxxxxxxxxxxxxxxxxx:443/powerautomate/automations/direct/workflows/xxxxxxxxxxxx/paths/invoke?api-version=1&sp=xxxxxxxxxxxxxxx&sig=_xxxxxxxxxxxxxxxxxxVI"

*** Telegram notification. Remove * to enable.
*token     : "Telegram bot token"
*chat_id   : "Telegram group ID"

