使用mail命令(yum install mailx)
配置/etc/mail.rc
set from=xxxx@sina.com smtp="smtp.sina.com"
set smtp-auth-user="xxxx@sina.com" smtp-auth-password="xxxx"
set smtp-auth=login
echo -e $mailContent | mail -s 'this-is-title' xxxxx@163.com
发送系统报警邮件时问是忘记,记录一下。
网友评论