Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail notification channel #142

Merged
merged 9 commits into from
Nov 13, 2022
Merged

Mail notification channel #142

merged 9 commits into from
Nov 13, 2022

Conversation

alexjustesen
Copy link
Owner

@alexjustesen alexjustesen commented Nov 11, 2022

Changelog

Added

Changed

  • refactored threshold tests to the helper file

Mail config

This feature only support mail notifications through SMTP. To configure the mail server settings you'll need to update the .env file in your mounted data directory.

MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"

Previews

Mail notification settings

image

Test mail

image

Speedtest completed mail

image

Absolute threshold failed mail

image

@alexjustesen alexjustesen added the 🎉 feature New feature or request label Nov 11, 2022
@alexjustesen alexjustesen self-assigned this Nov 11, 2022
@alexjustesen alexjustesen marked this pull request as ready for review November 13, 2022 13:40
@alexjustesen alexjustesen merged commit 8ae92e6 into main Nov 13, 2022
@alexjustesen alexjustesen deleted the 141-mail-notification-channel branch November 13, 2022 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mail notification channel
1 participant