操作系统:centos6.5

需要软件:postfix  默认安装有 如果没有 yum install postfix即可

                mutt   yum install mutt

安装后编辑

vi /etc/muttrc

defaults
account soomeng
host smtp.126.com
from [email protected]
auth login
port 25
tls off
user [email protected]
password yourpasswd
account default : biaoti


#如果你收到的邮件乱码,设置以下信息

set charset="utf-8"

set rfc2047_parameters=yes

#如果你想自定义发件人信息,需要进行如下设置

set envelope_from=yes

set use_from=yes

set [email protected]

set realname="licz"  


cat /root/install.log | mutt -s "test' [email protected]