My organisation is trialing Graylog before buying and we are having a few issues with email notifications.
I am trying to configure Graylog’s SMTP settings via env variables however, I still receive the error “Notification has email recipients and is triggered, but email transport is not configured. Email transport is not enabled in server configuration file!”
I have the below variables set.
TRANSPORT_EMAIL_ENABLED = true
TRANSPORT_EMAIL_USE_AUTH=false
TRANSPORT_EMAIL_HOSTNAME=smtpr.xxxx.xx.xx
TRANSPORT_EMAIL_PORT=25
TRANSPORT_EMAIL_USE_TLS=true
TRANSPORT_EMAIL_USE_SSL=false
TRANSPORT_EMAIL_SUBJECT_PREFIX=GrayLog
TRANSPORT_EMAIL_FROM_EMAIL=graylog@xxxx.xx.xx
Any idea on how to get this going. The documentation does not have a lot of info on this?