Add smtp information
This commit is contained in:
parent
1c9e9c73fb
commit
3280a88792
1 changed files with 2 additions and 0 deletions
|
@ -26,3 +26,5 @@ set imap_pass = "`pass {{ account.passlocation }}`"
|
|||
set ssl_starttls = yes
|
||||
set ssl_force_tls = yes
|
||||
{% endif %}
|
||||
|
||||
set smtp_url = "{{ account.smtp.proto }}://{{ account.smtp.login }}:`pass {{ account.passlocation }}`@{{ account.smtp.server }}:{{ account.smtp.port }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue