I have created a new organization at Grafana.
I entered a mail address by adding a user and clicked invite users.
However, an error occurs
“Failed to send email invite”
Is this function valid?
Do I need the following settings?
Well, let me know how to set it.
/etc/grafana/grafana.ini
#################################### SMTP / Emailing ##########################
[smtp]
;enabled = false
;host = localhost:25
;user =
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 = admin@grafana.localhost
;from_name = Grafana
[emails]
;welcome_email_on_sign_up = false