apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.56k stars 964 forks source link

[Question] aws ses setup #2728

Open martinblascop opened 3 weeks ago

martinblascop commented 3 weeks ago

Question

Hi, I cannot send emails. It appears to be that the mail from address is getting its value from the username In my setup with aws ses I have

mail:
  username: <access_key_id>
  password: <secret_access_key>

Thus I'm getting an error because I cannot set another value to a mail from address like myemail@mydomain.com

tomsun28 commented 2 weeks ago

hi, first you need config the mail server - where send the email.

image

And then config the receiver email in Notification

image

Then config which alarms message you would like to receive.

image