I have configured an EC2 for Grafana. It's working fine. Then I have configured SMTP to get mail alerts.
enter code here
enabled = true
host = smtp.gmail.com:25
user = me@gmail.com
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
password = Mypass@$
cert_file =
key_file =
skip_verify = true
from_address = me@gmail.com
from_name = Grafana
*Note: This mail do not have 2FA
*Note: Port 25 already opened in security groups of the grafana server
I got the below error:
Failed to send test alert.: the receiver timed out: failed to send notification to email addresses: me@gmail.com: dial tcp xxx.xxx.xxx.xxx:25: i/o timeout