Error to send notification - Graylog Open

Good evening,
I have a problem with sending notifications in the graylog, I can’t find a way to solve it if someone can give me a hand.

the graylog is running on centos 8

Error: Notification has email recipients and is triggered, but sending emails failed. Sending the email to the following server failed : smtp.gmail.com:587

transport_email_enabled = true
#transport_email_hostname = smtp.office365.com
transport_email_hostname = smtp.gmail.com
transport_email_port = 587
transport_email_use_auth = true
transport_email_use_tls = true
transport_email_use_ssl = false
transport_email_auth_username = @gmail.com
transport_email_auth_password = xxxxxxx
transport_email_subject_prefix = [graylog]
transport_email_from_email = ufinetpy100@gmail.com
transport_email_web_interface_url = https://accounts.google.com/

Thks,

With Gmail you have to specifically allow the account to relay SMTP… Instructions here.

Hopefully that helps?

apply the changes according to the guide but has the same error.

Error: Notification has email recipients and is triggered, but sending emails failed. Sending the email to the following server failed : smtp-relay.gmail.com:25

transport_email_enabled = true
transport_email_hostname = smtp-relay.gmail.com
transport_email_port = 25
transport_email_use_auth = true
transport_email_use_tls = true
transport_email_use_ssl = false
transport_email_auth_username = @gmail.com
transport_email_auth_password =
transport_email_subject_prefix = [graylog]
transport_email_from_email = @gmail.com

but trying telnet from my server opens the ports.

Hello,

Try setting this also. Not sure if it will work.

transport_email_web_interface_url = https://8.8.8.8:9000  <---Graylog's Web UI

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.