Optional SMTP relay via ISP

This commit is contained in:
Bob Mottram 2016-03-23 10:35:48 +00:00
parent 7fa23aeda7
commit 7a45efa8b1
1 changed files with 3 additions and 0 deletions

View File

@ -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 "<pipe-message>abook --add-email-quiet<return>" "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