You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Hello everyone,
I have an SMTP for testing, I see that AlertManager is creating a connection with it (I have done all the necessary configuration), I want to know how can I create a custom mailing.
Thanks for your time.
Christian Hoffmann
unread,
Mar 24, 2020, 5:32:55 PM3/24/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Big Noob, Prometheus Users
Hi,
Have a look at the alertmanager email receiver config, especially at the
"html" and optionally "text" fields [1]. They take template strings,
which means that you can control the content.
It's a good idea to start with the default template (email.default.html)
[2].