fix template
This commit is contained in:
parent
264ee44f86
commit
e3f20c18e0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ SMTP_DELIVERY_METHOD={{ smtp_delivery_method }}
|
|||
{% if smtp_auth_method %}
|
||||
SMTP_AUTH_METHOD={{ smtp_auth_method }}
|
||||
{% endif %}
|
||||
{% smtp_ca_file %}
|
||||
{% if smtp_ca_file is defined %}
|
||||
SMTP_CA_FILE={{ smtp_ca_file }}
|
||||
{% endif %}
|
||||
{% if smtp_openssl_verify_mode %}
|
||||
|
|
Loading…
Reference in a new issue