新手求助发邮件命令
mailx的命令可以这样测试使用:echo "This is test mail" mailx | -r test@xx.com -s "subject" xxx@xx.com
sendmail命令怎样写呢?谢谢!
sendmail命令怎样写呢?谢谢!
作者: gcw633 发布时间: 2011-05-30
1. 你写错了
2. STFW
echo -e "Subject: A subject\n\nMessage text" | sendmail -f my@address recipient@address
2. STFW
echo -e "Subject: A subject\n\nMessage text" | sendmail -f my@address recipient@address
作者: xiaopan3322 发布时间: 2011-05-30