send_mail(){
cat << EOF | /usr/sbin/sendmail -t ${TO_LIST} -a ${file_path}/test.CSV
From: test@gmail.com
To: test@gmail.com
# Cc: $CC_LIST
Subject: test mail
Mime-Version: 1.0
Dear User,
please find the attachment.
$result
$newline
$sign
EOF
}
尝试了多个选项,但文件没有得到附加,我验证了文件存在.任何建议
-bash-4.2$ uname -a
GNU/Linux操作系统软件开发者
1条答案
按热度按时间vc6uscn91#
手动尝试sendmail命令。-t选项没有做你认为它做的事情。类似的-a,除非你使用的是一个与Debian非常不同的sendmail版本。