我用msmtp软件包在我的ruter上安装了OpenWRT。我可以定期发送电子邮件,但我不知道如何添加附件。我搜索过google,似乎我应该使用uuencode,但是我找不到合适的包。
问题如下:
发布于 2013-06-05 22:46:01
你可以用杂种狗。下面是如何发送带有附件的电子邮件的示例:
echo "This is the message body" | mutt -a "/path/to/file.to.attach" -s "subject of message" -- recipient@domain.com截至OpenWrt姿态调整12.09的狗包是可用的。
https://stackoverflow.com/questions/16627297
复制相似问题