Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドラインからメールの本文でpngファイルを送信しようとしていました。私は次のコマンドを使用しています:
uuencode file.png file.png| mail user@example.com
ただし、ファイルを本文に埋め込むのではなく、メールに添付します。pngファイルをメールに埋め込んでメールを送る方法を教えてください。
ありがとう。
次のような mime HTML メールを作成します。
メールに画像を埋め込む方法
次に、ヘッダー (最初の境界の前のすべての行) を取得し、その入力からそれらを削除し、メールの後に -a コマンドを使用して個別に追加します。
https://stackoverflow.com/a/12262421/2244213