Skip to content
Snippets Groups Projects
Commit bec88530 authored by Varac's avatar Varac
Browse files

Use outgoing_mail.fromAddress for alertmanager mails

parent 744bb349
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ alertmanager:
config:
{% if outgoing_mail.enabled %}
global:
smtp_from: "alertmanager@{{ domain }}"
smtp_from: "{{ outgoing_mail.fromAddress }}"
smtp_smarthost: "{{ outgoing_mail.smtp.host }}:{{ outgoing_mail.smtp.port }}"
smtp_auth_username: "{{ outgoing_mail.smtp.user }}"
smtp_auth_password: "{{ outgoing_mail.smtp.password }}"
......
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