linux使用mail发邮件

默认的mail不能对外发邮件,修改/etc/mail.rc,增加以下内容:

set from=[email protected]
set smtp=smtp.163.com
set smtp-auth-user=report3
set smtp-auth-password=password
set smtp-auth=login


测试:

echo "mailbody" | mail -s "subject" [email protected]

mail -s "mail subject" [email protected] < yourbody.txt


检查[email protected]有无收到邮件

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。