That's not enough information to help. If you're not prepared to share the alertmanager.yml configuration file, then at least you need to show the logs from alertmanager at the time it tries to send the mail (e.g. "journalctl -eu alertmanager" if you're running it under systemd). You should also check mail logs on the SMTP relay that you've pointed alertmanager at.
Basically, the chain of events is: 1. alertmanager decides to send a notification email 2. alertmanager sends the email to the SMTP relay 3. the SMTP relay forwards the mail to the final destination Hence you need to check each link in this chain: - is alertmanager actually trying to send an email? (alertmanager logs will show you this) - If it does, does the SMTP server accept it or reject it? (alertmanager logs will show you this) - if the SMTP relay accepts the mail, then why is it not delivering it? (smtp relay logs will show you this) On Tuesday, 25 February 2025 at 12:16:28 UTC Chinelo Ufondu wrote: > Hello all > > I currently have an issue with receiving a test mail from alertmanager > after configuring the alertmanager.yml file and starting alertmanager. I am > running the latest version of alertmanager[ 0.28.0]. > > Currently working with two servers, Alertmanager works fine on the first > server which is the previous version[ 0.27.0] and I receive test mail. On > the second server which is what I am currently on, I used the prev (first > server) alertmanager.yml config file because it's still the same set of > receivers I am working with, but it isn't working after starting > alertmanager. > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/prometheus-users/a0ffc290-29e8-4881-a352-ebaf4f9e5263n%40googlegroups.com.