运行“ mail”或“ mutt”命令时,如何设置“回复”或“发件人”电子邮件地址,使得:
到目前为止,我已经尝试了以下方法:
mail ... -S replyto="<email>" - clicking "reply" chooses correct email, but cannot tell until click "reply"
mail ... -r <email> ... does not work at all, it seems
( export REPLYTO="foo@bar.baz"; mutt .... ): same as mail -S above
重要的是从命令行而不是从配置文件进行。我们发送的每封电子邮件都可能有一个不同的人,我们需要他们来回复。
答案 0 :(得分:0)
我知道很久以前我确实在寻找它,最终使用mailx
cat somefile|mailx -r "noreply@example.com" -s "important msg" destination@example.com