-
Notifications
You must be signed in to change notification settings - Fork 538
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
Closed
(PoC) EmailSender #8376
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…LSPolicy, use globals from Mimir config, test parsing templates
santihernandezc
force-pushed
the
santihernandezc/poc_email_sender
branch
from
June 18, 2024 15:05
a5d6198
to
1405231
Compare
santihernandezc
force-pushed
the
santihernandezc/poc_email_sender
branch
from
June 20, 2024 13:16
9e3255b
to
7f7c875
Compare
…nandezc/poc_email_sender
…ger_state' of https://github.com/grafana/mimir into santihernandezc/poc_email_sender
…ithub.com/grafana/mimir into santihernandezc/poc_email_sender
santihernandezc
force-pushed
the
santihernandezc/poc_email_sender
branch
from
June 24, 2024 10:43
37f07d7
to
5ea1617
Compare
…ithub.com/grafana/mimir into santihernandezc/poc_email_sender
… of https://github.com/grafana/mimir into santihernandezc/poc_email_sender
…nandezc/poc_email_sender
…nandezc/use_default_email_sender
…nandezc/use_default_email_sender
…nandezc/poc_email_sender
…thub.com/grafana/mimir into santihernandezc/poc_email_sender
…nandezc/poc_email_sender
…nandezc/poc_email_sender
This PoC has served its purpose 👌 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: