如何在OpenWRT上发送带附件的电子邮件?

时间:2013-05-18 17:54:56

标签: email command-line openwrt

我已经使用msmtp包在我的ruter上安装了OpenWRT。 我可以发送常规电子邮件,但我无法弄清楚如何添加附件。 我搜索了谷歌,似乎我应该使用uuencode,但我找不到合适的包。

问题是:

  1. 是否存在uuencode或OpenWRT的替代品?如果没有那么:
  2. 如何在没有uuencode的情况下在OpenWRT上发送带附件的电子邮件?

1 个答案:

答案 0 :(得分:1)

你可以使用mutt。以下是如何发送带附件的电子邮件的示例:

echo "This is the message body" | mutt -a "/path/to/file.to.attach" -s "subject of message" -- recipient@domain.com

从OpenWrt态度调整12.09开始,mutt包可用。