sud*_*a06 3 unix
我已经写了这样的mailx命令
echo "${BDY_MSG}" | mailx -r <from_address> -s <subject> <to_address>
现在我需要设置这封邮件的优先级.我该怎么做?
Ada*_*m B 9
您必须查看您的mailx联机帮助页以查看接受的选项.增加黑客攻击顺序的两种解决方案:
mailx
-a
-a "X-Priority:1"
-s "$(echo -e "This is the subject\nX-Priority: 1")"
归档时间:
8 年,11 月 前
查看次数:
4369 次
最近记录:
7 年,1 月 前