{% if smtp.mode == 'relay' %} {% if smtp.auth|d('none') != 'none' and smtp.username is defined %} [{{ smtp.host }}]:{{ smtp.port|d(25) }} {{ smtp.username }}:{{ smtp.password }} {% endif %} {% endif %}