Hi All,
I want to attach the file as well send html content in the mail body using mutt command or any other command.(uuencode is not present). Please help me. Thanks in advance
Hi All,
I want to attach the file as well send html content in the mail body using mutt command or any other command.(uuencode is not present). Please help me. Thanks in advance
An old portugese post says:
You have to have a version of mutt 1.5.XX
At the command line type
mutt -e "set content_type=text/html" -s "Assunto" xxx@xxxxx.com <xxxx.html
There is a man page out there:
mutt(1): Mutt Mail User Agent - Linux man page
Attachments can be in 8-bit (raw), base-64 or uuencoded depending on the mail client. The first is, naturally, harder to handle but < 3/4 the size. It is easy to write or find either base-64 or uuencode source and executables.