我正在接收文件hc.html作为附件。但是我希望hc.html的输出在Lotus Notes 8中作为Body。我之前使用的是sendmail,它在Outlook上运行良好。在这个新环境中,我无法使用sendmail。我只能使用mailx。
可以为此做点什么吗?
(cat body.txt; uuencode $OP $OP) | mailx -s 'Subject' xxx@yy.com
OP=/tmp/hc.html
答案 0 :(得分:0)
试试这个:
mailx -s“subject”emailaddress< $ OP