good day,
I would like to set up an email notification in graylog.
My configuration looks like this:
# Email transport
transport_email_enabled = true
transport_email_protocol = smtp
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 = alert.graylog@gmail.com
transport_email_auth_password = password
transport_email_from_email = alert.graylog@gmail.com
transport_email_subject_prefix = [graylog]
transport_email_socket_connection_timeout = 10s
transport_email_socket_timeout = 10s
But when I send a test email I always get the message: Sending the email to the following server failed "smtp.gmail.com:587.
What am I doing wrong? Or what else do I need to set up?
Thanks