Email Alert Callback - SMTP Settings

Hi. I searched this forum and Google’d Graylog SMTP settings, but i didn’t find answer about my “transport_email_auth_password” problem. What should be the “transport_email_auth_password” (plaintext, pwgen -N 1 -s 96 or echo -n yourpassword | shasum -a 256 or something else)

Here is my configuration:

transport_email_enabled = true
transport_email_hostname = SERVER_DNS_NAME
transport_email_port = 25
transport_email_use_auth = true
transport_email_use_tls = false
transport_email_use_ssl = false
transport_email_auth_username = graylog@DOMAIN
transport_email_auth_password = ?
transport_email_subject_prefix = [graylog]
transport_email_from_email = graylog@DOMAIN

The transport_email_auth_password need to be the SMTP account password in clear text. The account you use to authenticate against your SMTP server.

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