Don't use msmtp for now
This commit is contained in:
parent
6c520c3b40
commit
a9b7c30b01
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ alias me {{ account.realname }} <{{ account.fulladdress }}>
|
|||
set hostname = "{{ account.fulladdress | split('@') | last }}"
|
||||
|
||||
# SMTP
|
||||
set sendmail = "msmtp -a {{ account.fulladdress }}"
|
||||
#set sendmail = "msmtp -a {{ account.fulladdress }}"
|
||||
set smtp_pass = "`pass {{ account.passlocation }}`"
|
||||
set smtp_url = "{{ account.smtp.proto }}://{{ account.smtp.login }}@{{ account.smtp.server }}:{{ account.smtp.port }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue