yum -y install sendmail systemctl start sendmail
yum install -y mailx
mail -s '主題' complet@163.com < test.txt
echo '內容' | mail -s '主題' complet@163.com
set from=complet@163.com set smtp=smtp.163.com set smtp-auth-user=用戶名 set smtp-auth-password=密碼 set smtp-auth=login
mailq
tail /var/log/maillog