可使用本地源或网络源
本测试使用本地yum源,安装mailx
yum -y install mailx
安装完,无需启动
下面是给开通网易邮箱的配置
修改/etc/mail.rc的配置文件(passwd填写smtp客户端的授权码)
set from=username@163.com
set smtp=smtp.163.com
set smtp-auth-user=username@163.com
set smtp-auth-password=passwd
set smtp-auth=login
QQ邮箱只需打开
我使用的是qq邮箱,所以
echo "测试内容" | mail -s "测试主题" 185392793@qq.com
如果接受不到邮箱,是以为反垃圾邮件设置的原因