Merge pull request #61 from hardye/matrix-mailer-mailname

Set MAILNAME env variable to FQDN hostname for matrix-mailer
This commit is contained in:
Slavi Pantaleev 2018-12-31 08:09:22 +02:00 committed by GitHub
commit 7e8d9d3fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
MAILNAME=matrix-mailer
MAILNAME={{ hostname_matrix }}
{% if matrix_mailer_relay_use %}
RELAYHOST={{ matrix_mailer_relay_host_name }}:{{ matrix_mailer_relay_host_port }}
{% endif %}