matrix-docker-ansible-deploy/roles/custom/matrix-mailer/templates/env-mailer.j2

10 lines
351 B
Plaintext
Raw Normal View History

#jinja2: lstrip_blocks: "True"
2018-08-14 11:11:41 +00:00
{% if matrix_mailer_relay_use %}
SMARTHOST={{ matrix_mailer_relay_host_name }}::{{ matrix_mailer_relay_host_port }}
2018-08-14 11:11:41 +00:00
{% endif %}
{% if matrix_mailer_relay_auth %}
SMTP_USERNAME={{ matrix_mailer_relay_auth_username }}
SMTP_PASSWORD={{ matrix_mailer_relay_auth_password }}
{% endif %}
HOSTNAME={{ matrix_mailer_hostname }}