From e55af2b2c4ccd832f96270fbdfcc01e3c08c21ec Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 10 Oct 2021 12:56:27 -0500 Subject: Email: use msmtp instead of smtp on email Use a centralized msmtp config rather than setting up smtp configs on all email services. --- .mutt/tech | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.mutt/tech') diff --git a/.mutt/tech b/.mutt/tech index df00287..aba2a8b 100644 --- a/.mutt/tech +++ b/.mutt/tech @@ -6,16 +6,11 @@ set spoolfile = +INBOX set postponed = +Drafts set record = "+Sent Items" unmailboxes * -mailboxes =INBOX =Drafts "=Sent Items" "=Deleted Items" +mailboxes =INBOX =Archive "=Junk Email" =Drafts "=Sent Items" "=Deleted Items" ## SMTP -set smtp_url = smtp://$imap_user@outlook.office365.com -set smtp_pass = $imap_pass -set realname = "Danny Holman" set from = $imap_user -set ssl_force_tls = yes -set smtp_authenticators = "login" -set ssl_starttls +set sendmail = "/usr/bin/msmtp -a ttu -t" ## Hook account-hook $folder "set imap_user=dsholman42@tntech.edu imap_pass=`pass tntech.edu/dsholman42`" -- cgit v1.2.3