【发布时间】:2015-08-08 01:42:38
【问题描述】:
我知道我可以从我的 linux 终端使用以下命令发送电子邮件:
sendmail user@example.com < file1.text
此命令基本上会将file1.text 的内容作为邮件正文发送。 但是如何使用相同的命令在邮件正文中添加多个文件的内容?
我尝试了以下显然不起作用的方法:
sendmail user@example.com < file1.text,file2.text
【问题讨论】: