3 lines
136 B
Plaintext
3 lines
136 B
Plaintext
|
{% for account in smtp_accounts %}
|
||
|
{{ account.name }} {{ account.username | default(account.from) }}:{{ account.password }}
|
||
|
{% endfor %}
|