mailx附件变量用作“收件人”地址

时间:2019-06-19 02:36:47

标签: linux mailx

在我的bash脚本中,我正在循环将附件文件设置为变量。使用变量我正在发送邮件。但是每个-a和附件文件都被mailx当作接收者。

attachString = "-a /home/user1/d/file.html -a /home/user1/d/file2.html"
echo -e "Hello ,\n\nworld." | mailx -v -r "from@test.com" -s "Mail Subject" -S smtp="10.10.10.10:25" -S ssl-verify=ignore "$attachString" to1@test.com,to2@test.com

0 个答案:

没有答案