From 0bb256c4c6f295ab5df2f3bd18ec5fe054ad62c5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 6 Jul 2018 17:03:46 -0700 Subject: Add offline mail sending --- muttrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 8bfebb6..f6ddfdb 100644 --- a/muttrc +++ b/muttrc @@ -57,16 +57,23 @@ set fast_reply=yes set forward_decode # decode when forwarding set reply_to # reply to Reply to: field set use_envelope_from = yes +set envelope_from = yes set text_flowed = yes +## Accounts + set my_pw = "`pass bnet/helium/mail/ben`" set imap_user = "ben@bsima.me" set imap_pass = $my_pw +set sendmail = msmtpq + set from = "ben@bsima.me" -set smtp_url = "smtp://ben@bsima.me@mail.bsima.me:587" -set smtp_pass = $my_pw +set use_from = yes + +#set smtp_url = "smtp://ben@bsima.me@mail.bsima.me:587" +#set smtp_pass = $my_pw set ssl_starttls = "yes" -- cgit v1.2.3