mail命令发送邮件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mail命令发送邮件相关的知识,希望对你有一定的参考价值。
1.安装mail了muttyum -y install mailx
yum -y install mutt
2.修改/etc/mail.rc
在末尾添加以下信息:
set [email protected]#可以不写
set smtp=smtp.joyveb.com
set smtp-auth=login
set smtp-auth-user=user
set smtp-auth-password=password
- 测试:
echo "test1234" | mail -s "test" [email protected]
以上是关于mail命令发送邮件的主要内容,如果未能解决你的问题,请参考以下文章