send-an-html-mail-from-mutt-on-cli

JSON

rev 4  |  foxhop  |  1321474556000  |  JSON

rev 3
rev 4
t1send an html mail from mutt on clit1Send an html mail from mutt on cli
2=======================================2=======================================
33
rev 3  |  foxhop  |  1321474525000  |  JSON

rev 2
rev 3
2=======================================2=======================================
33
nn4Set your **from** address:
5  
4.. code-block:: bash6 .. code-block:: bash
57
tt8  export EMAIL='no-reply@foxhop.net'
9 
10Send an **html** email body, with a **subject**, and and **attachment** to one *
 >*recipient**:  
11 
12 .. code-block:: bash
13 
6 mutt -e 'set content_type=text/html' -s 'subject' -a path/to/attachment.jpg -- 14  mutt -e 'set content_type=text/html' -s 'subject' -a path/to/attachment.jpg --
>email@example.com < body.html> email@example.com < body.html
rev 2  |  foxhop  |  1321472882000  |  JSON

rev 1
rev 2
4.. code-block:: bash4.. code-block:: bash
55
t6 mutt -e 'set content_type=text/html' -s 'subject' email@example.com < body.htmlt6 mutt -e 'set content_type=text/html' -s 'subject' -a path/to/attachment.jpg -- 
 >email@example.com < body.html
rev 1  |  foxhop  |  1321471795000  |  JSON

empty
rev 1
tt1send an html mail from mutt on cli
2=======================================
3 
4.. code-block:: bash
5 
6 mutt -e 'set content_type=text/html' -s 'subject' email@example.com < body.html