发送邮件,说简单是如此之简单;
1.配置发件人
/etc/mail.rc
set from=***@163.com
set smtp=smtp.163.com
set smtp-auth=login
set smtp-auth-user=***@163.com
set smtp-auth-password=***
添加如上配置到mail.rc 文件底部;
2. 开始发送邮件
mail -v -s "hello" ***@126.com < /etc/hosts
-v :显示全过程
-s : 主题
< /etc/hosts : 文件内容