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/gymli | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.mutt/gymli') diff --git a/.mutt/gymli b/.mutt/gymli index 3a47176..31e2111 100644 --- a/.mutt/gymli +++ b/.mutt/gymli @@ -9,11 +9,8 @@ unmailboxes * mailboxes =INBOX =Sent =Trash =Drafts =Junk =Archive ## SMTP -set smtp_url = smtp://$imap_user:$imap_pass@mail.gymli.xyz -set realname = "Danny Holman" -set from = $imap_user@gymli.xyz -set ssl_force_tls = yes -set ssl_starttls +set from = Danny Holman <$imap_user@gymli.xyz> +set sendmail = "/usr/bin/msmtp -a private -t" ## Hook account-hook $folder "set imap_user=dholman@gymli.xyz imap_pass=`pass gymli.xyz/mail/dholman`" -- cgit v1.2.3