Skip to content
Snippets Groups Projects
Commit 40c6abbc authored by jurgenhaas's avatar jurgenhaas
Browse files

Enhance mail output to use authenticated smtp

parent 958cd207
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,10 @@
@type mail
host {{ fluentd_mail_output.host }}
port {{ fluentd_mail_output.port }}
user {{ fluentd_mail_output.user }}
password {{ fluentd_mail_output.password }}
enable_starttls_auto {{ fluentd_mail_output.enable_starttls_auto }}
enable_tls {{ fluentd_mail_output.enable_tls }}
from {{ fluentd_mail_output.from }}
to {{ fluentd_mail_output.to }}
subject {{ fluentd_mail_output.subject }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment