本文介绍如何使用muttrc
发送邮件。
安装1
sudo apt-get install mutt msmtp
在配置文件 /etc/Muttrc 或是 ~/.muttrc 中添加1
2
3
4
5set sendmail="/usr/bin/msmtp"
set use_from=yes
set envelope_from=yes
set realname="Boulder Weather Report"
set [email protected]
在配置文件 ~/.msmtprc 添加1
2
3
4
5account default
host smtp.126.com
auth plain
user [email protected]
password xxxxxx
1 | echo hello world | mutt -s "test mail" –- [email protected] |
因为我们是朋友,所以你可以使用我的文字,但请注明出处:http://alwa.info