ansible-role-plausible/templates/env.mail.conf.j2

6 lines
203 B
Plaintext
Raw Permalink Normal View History

{%if plausible_smtp_host %}
RELAY_HOST={{ plausible_smtp_host }}
RELAY_PORT={{ plausible_smtp_port }}
RELAY_USERNAME={{ plausible_smtp_username }}
RELAY_PASSWORD={{ plausible_smtp_password }}
{% endif %}