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

(PoC) EmailSender #8376

Closed
wants to merge 37 commits into from
Closed

Conversation

santihernandezc
Copy link
Contributor

@santihernandezc santihernandezc commented Jun 14, 2024

This PR updates the version of grafana/alerting to include grafana/alerting#207 and uses the default email sender when creating Grafana integrations.

I added a Mailhog image to our development setup in read-write mode to test email sending. The SMTP settings are taken from the global section of the Alertmanager configuration, so the following values must be set:

  • smtp_from: <test-email-address>
  • smtp_hello: localhost
  • smtp_smarthost: mailhog:1025

To spin up Mimir you can use:

# From the root of the repo
cd ./development/mimir-read-write-mode
./compose up

@santihernandezc santihernandezc force-pushed the santihernandezc/poc_email_sender branch from a5d6198 to 1405231 Compare June 18, 2024 15:05
@santihernandezc santihernandezc force-pushed the santihernandezc/poc_email_sender branch from 9e3255b to 7f7c875 Compare June 20, 2024 13:16
@santihernandezc santihernandezc force-pushed the santihernandezc/poc_email_sender branch from 37f07d7 to 5ea1617 Compare June 24, 2024 10:43
@santihernandezc
Copy link
Contributor Author

This PoC has served its purpose 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant