Alert the check result with mail sending via SMTP.
docker build -t whoopsmonitor-alert-smtp .docker run --rm --env-file .env whoopsmonitor-alert-smtpWM_SMTP_HOSTWM_SMTP_PORTWM_SMTP_SECUREWM_SMTP_USERWM_WM_SMTP_PASSWORDWM_SMTP_FROMWM_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
[email protected]
WM_SMTP_PASSWORD=pass
WM_SMTP_FROM=John Doe
[email protected]