1. (cat mytest.html;uuencode "myfile.xls" "myfile.xls")|mail -s "$("This is Subject\nContent-Type: text/html")" test@yahoo.com
2. (uuencode "myfile.xls" "myfile.xls")|mail -s "$("This is Subject\nContent-Type: text/html")" test@yahoo.com < mytest.html
当我使用上述 2 种方法时,输出带有 html 格式。但我没有收到任何附件?(其中 mytest.html 包含 html 部分)
注意:我得到了一些分散的字符来代替附件。
请让我离开这里