mutt或mail-回复电子邮件或从中回复

时间:2018-06-27 15:43:52

标签: email centos6 mutt

运行“ 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

重要的是从命令行而不是从配置文件进行。我们发送的每封电子邮件都可能有一个不同的人,我们需要他们来回复。

1 个答案:

答案 0 :(得分:0)

我知道很久以前我确实在寻找它,最终使用mailx

cat somefile|mailx -r "noreply@example.com" -s "important msg" destination@example.com