标签: linux email message sendmail
我正在使用Linux senmail实用程序发送电子邮件, 我使用下面的命令发送邮件cat headerFile BodyFile | sendmail -t 工作正常,我成功收到邮件 但是,在邮件中,我的标题内容Content-Type: text/plain; charset=utf-8显示在正文部分中 你知道为什么Header被包含在身体部位。
cat headerFile BodyFile | sendmail -t
Content-Type: text/plain; charset=utf-8