I’m trying to setup SMTP for alerts and see the documentation says it requires the users password for email and was wondering why?
If it’s just sending an SMTP message and is allowed on our exchange server to do so, why does it require the users password to send that email? Or am I mistaken?
Config file looks like:
#################################### SMTP / Emailing ##########################
[smtp]
;enabled = true
;host = 10.10.10.10:25
;user = support@domain.com
“# If the password contains # or ; you have to wrap it with trippel quotes. Ex “””#password;"""
;password =
;cert_file =
;key_file =
;skip_verify = false
;from_address = grafana@domain.com
;from_name = Grafana
I have a similar issue where my SMTP server doesn’t require authentication so I’ve left the username/password blank but I still get an authentication error.
error=“gomail: could not send email 1: 530 5.7.1 Client was not authenticated”