diff --git a/templates/env.j2 b/templates/env.j2 index 52e9f1d..7fa128c 100644 --- a/templates/env.j2 +++ b/templates/env.j2 @@ -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 %}