sendmail发附件需要用uuencode命令这个命令在sharutils组件中,可以远程安装
apt-get install sharutils
yum install sharutils
服务器上用sendmail发送email很关键的一条是/etc/mail/sendmail.mc中应该包含
MAILER(local)
这个设置的意思是允许发送来自127.0.0.1的email
编辑好sendmail.mc,生成sendmail.cf文件
#m4 sendmail.mc > sendmail.cf
然后启动sendmail
#/etc/rc.d/init.d/sendmail start
现在就可以发送email了 ^_^
uuencode ~/abc.xls abc.xls | mail -s "abc" xxx@email.com
声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。