From 7a45efa8b1fa027e2fb78286b60b3b28cd051631 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 23 Mar 2016 10:35:48 +0000 Subject: [PATCH] Optional SMTP relay via ISP --- src/freedombone | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedombone b/src/freedombone index b929039a..df9804b2 100755 --- a/src/freedombone +++ b/src/freedombone @@ -5447,6 +5447,9 @@ function email_client { echo 'source ~/.mutt-alias' >> /etc/Muttrc echo 'set query_command= "abook --mutt-query \"%s\""' >> /etc/Muttrc echo 'macro index,pager A "abook --add-email-quiet" "add the sender address to abook"' >> /etc/Muttrc + echo '' >> /etc/Muttrc + echo '# Optional relay of SMTP via ISP' >> /etc/Muttrc + echo '#set smtp_url="smtps://username:password@isp_mail_domain:465/"' >> /etc/Muttrc # create an Emacs configuration specifically for use with Mutt, which # has word wrap and spell checking on by default