标签:mutt+msmtp
Ubuntu使用mutt+msmtp发邮件set sendmail="/usr/bin/msmtp"
set use_from=yes
set realname="yangming0"
set from=yangming0@126.com
set envelope_from=yes
:wq
account default
host smtp.126.com
user yangming0
from yangming0@126.com
password xxxxxxx (此处为126邮箱的授权码)
auth login
tls off
logfile ~/.msmtp.log
:wq
附:
126邮箱授权码:
登录126邮箱,设置——POP3/SMTP/IMAP——勾选POP3/SMTP服务——短信验证码——设置授权码
标签:mutt+msmtp
原文地址:http://blog.51cto.com/yangzhiming/2105501