我们有一个运行内核 2.6.39 的 Oracle Linux 机器。我们喜欢使用 root 用户通过命令行在这个 Linux 机器上发送邮件。当我们尝试
CC_LIST="[email protected],[email protected]"
cat a.txt | mail -s "Test" "[email protected], [email protected]" -c "${CC_LIST}"
当我们在 Outlook 中收到邮件时,无法识别抄送用户,因为我们在收件人列表中添加了另一个用户。在收件人列表中,它包含
[email protected]; [email protected]; [email protected]; [email protected]; [email protected]
在抄送:列表中,它是空的。
如你看到的, ”[电子邮件保护]“搞乱了命令行。
程序 /bin/mail 的 mailx 配置文件在哪里?/bin/mail 链接到 mailx
谢谢。
答案1
在“收件人”收件人列表之前使用 -c 选项及其收件人