我尝试使用这个命令但没有运气。
echo 'These are contents of my mail' | mailx -s 'This is my email subject' -a /home/user/Desktop/data.zip [email protected]
有什么建议吗?
答案1
从联机帮助页:
-A, --attach=FILE
attach FILE
-a, --append=HEADER: VALUE append given header to the message being sent
所以你想要-A
,不-a
。令人惊讶的是,没有针对格式错误的标头生成错误消息;这里它产生:
mailx: Invalid header: invalid_header