I *think* we finally have nonHotmail or gmail addresses working. We still need to add things like yahoo, but your self-installed email should work. Test with caution

This commit is contained in:
Storm Dragon 2016-10-06 08:29:06 -04:00
parent 6b417dbdeb
commit eb34dc01f2

View File

@ -314,6 +314,7 @@ echo "unset record" >> "$muttHome/$1"
echo "set smtp_url=\"smtp://$smtpUser@$smtpHost:$smtpPort/" >> "$muttHome/$1"
echo "set folder=imaps://$imapUser@$imapHost:$imapPort/" >> "$muttHome/$1"
echo "mailboxes = +INBOX" >> "$muttHome/$1"
echo "spoolfile = +INBOX" >> "$muttHome/$1"
echo "set postponed = +Drafts" >> "$muttHome/$1"
echo "set imap_keepalive=300" >> "$muttHome/$1"
echo "set mail_check=300" >> "$muttHome/$1"