Alert the check result with mail sending via SMTP.
docker build -t whoopsmonitor-alert-smtp .
docker run --rm --env-file .env whoopsmonitor-alert-smtp
WM_SMTP_HOST
WM_SMTP_PORT
WM_SMTP_SECURE
WM_SMTP_USER
WM_WM_SMTP_PASSWORD
WM_SMTP_FROM
WM_SMTP_TO
You can enter multiple recipients into the WM_SMTP_TO
property. Just separate addressess with comma.
Details of the check in Whoops Monitor configuration tab or for the .env
file.
WM_SMTP_HOST=domain.com
WM_SMTP_PORT=587
WM_SMTP_SECURE=false
WM_SMTP_USER=my@email.com
WM_SMTP_PASSWORD=pass
WM_SMTP_FROM=John Doe
WM_SMTP_TO=alert@email.com