環(huán)境
系統(tǒng):CentOS 6.8
mail安裝配置
- 安裝
# yum install mailx
- 配置
# vim /etc/mail.rc
set from=username@163.com
set smtp=smtp.163.com
set smtp-auth-user=username@163.com
set smtp-auth-password=yourpassword
set smtp-auth=login
測試
# echo hello | mail -s testmail testuser@163.com