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部分が含まれている場合)
注:アタッチメントの代わりに散在するキャラクターが表示されます。
ここから出してください