Jacques Giudicelli <[EMAIL PROTECTED]> wrote:
> im quite a new user for Mutt. I would like to send a mail with a html
> body, how could i do that. I have tried a header with Content-Type :
> text/html but it doesn't work.
You could compose your message as plain text and then from the
compose menu (the one you're in when you have to send your
message) hit 'F' to filter your message through something like
txt2html (search on Freshmeat) and then edit the content-type
into text/html by hitting ctrl-t. You could of course use a
macro and bind it to for instance ctrl-h to do the filtering as
well as the content-type editing:
macro compose \ch "<filter-entry>txt2html.pl<enter>y<edit-type>\cutext/html<enter>
"send a message in html"
Regards,
Morten