mutt とは
Mutt はテキストベースのメール クライアントです。 Mutt は高速で高度な設定が可能なメール クライアントとして知られており、テキストベースであるため、SSH 経由でメールをすばやくチェックするのに理想的です。
mutt のインストール
yum を使用して mutt をインストールするには:
# yum install mutt ... ======================================================================================== Package Arch Version Repository Size ======================================================================================== Installing: mutt x86_64 5:1.5.21-26.el7 basecd 1.4 M Installing for dependencies: mailcap noarch 2.1.41-2.el7 basecd 31 k tokyocabinet x86_64 1.4.48-3.el7 basecd 459 k urlview x86_64 0.9-15.20121210git6cfcad.el7 basecd 27 k Transaction Summary ======================================================================================== Install 1 Package (+3 Dependent packages) Total download size: 1.9 M Installed size: 7.3 M Is this ok [y/d/N]:y
添付ファイル付きメールの送信
mutt ツールを使用して、大きなメッセージ本文と添付ファイルを含むメールを送信できます。
1. mutt コマンドを次の形式で使用して、件名、メッセージ本文、および添付ファイルを指定し、コマンド ラインからメールを送信します。
# echo "" | mutt -s "subject" -i body.txt -a attachment.txt [email protected]
-s used to specify subject of mail. -i used to specify file containing message body. -a used to specify attachment file.
mutt で一般的に使用されるその他のオプションは次のとおりです。
-b used to add Bcc address. -c used to add Cc address. -e if you want to specify sender's address (something other than default).UNIX / Linux :mutt のインストールおよび構成方法
Linux / UNIX :mailx コマンドを使用して添付ファイル付きメールを送信する方法
solaris mailx コマンドを使用して添付ファイル付きメールを送信する方法