About adding users

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

Sorry, I’ve solved my self

You probably have noticed that a semicolon at the start of the line means that a line is commented out in .ini files.

@oomiya @daniellee experiencing the same problem. I would like to send out email invites to new users how do I this setup. Here’s my screenshot my configuration.

Hi @oomiya Can you please guide me on this topic how i can enable invite users.