muquit / mailsend

A program to send mail via SMTP from command line
Other
296 stars 68 forks source link

send html as body in ms window #1

Closed muquit closed 10 years ago

muquit commented 10 years ago

From emiar...@gmail.com on March 19, 2013 12:43:18

i like send a html body i had tried -attach "my_file.htm,text/html,i" but no show in the body

PLEASE helpme

Original issue: http://code.google.com/p/mailsend/issues/detail?id=1

muquit commented 10 years ago

From muq...@gmail.com on March 19, 2013 17:31:20

Most mail readers (e.g. gmail, Thunderbird) respect inline content disposition. Anyway I will add another type to avoid adding filename in the MIME header, it will be something like -attach "file.html,text/plain,b".

Status: Accepted

muquit commented 10 years ago

From muq...@gmail.com on March 20, 2013 13:20:22

I looked at it some more. Unfortunately it will not work with Outlook. Outlook does not respect inline content-disposition MIME header. Please look at the Microsoft Knowledge base article http://support.microsoft.com/kb/814111 for detail. I updated FAQ with the info.

Status: Done