mail命令发送邮件

1.安装mail了mutt
yum -y install mailx
yum -y install muttide

2.修改/etc/mail.rc
在末尾添加如下信息:
set from=username@163.com#能够不写
set smtp=smtp.joyveb.com
set smtp-auth=login
set smtp-auth-user=user
set smtp-auth-password=password测试

  1. 测试:echo "test1234" | mail -s "test" username@joyveb.com
相关文章
相关标签/搜索