Add email-sending support
This commit is contained in:
8
roles/matrix-server/templates/env/env-mailer.j2
vendored
Normal file
8
roles/matrix-server/templates/env/env-mailer.j2
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
MAILNAME=matrix-mailer
|
||||
{% if matrix_mailer_relay_use %}
|
||||
RELAYHOST={{ matrix_mailer_relay_host_name }}:{{ matrix_mailer_relay_host_port }}
|
||||
{% endif %}
|
||||
{% if matrix_mailer_relay_auth %}
|
||||
RELAYHOST_AUTH=yes
|
||||
RELAYHOST_PASSWORDMAP={{ matrix_mailer_relay_host_name }}:{{ matrix_mailer_relay_auth_username }}:{{ matrix_mailer_relay_auth_password }}
|
||||
{% endif %}
|
Reference in New Issue
Block a user