J
jbijker
Guest
The best way would be format your email body in MIME format. Normally you should be using multipart/alternative - one for plain text and one for HTML. If you don't specify a plain text alternative your email might be flagged as spam. For example (stolen from http://www.enewsletterpro.com/articles/multi_part_mime_messages.asp ): X-sender: X-receiver: From: "Senders Name" To: "Recipient Name" Message-ID: Date: Sat, 24 Sep 2005 15:06:49 -0400 Subject: Sample Multi-Part MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_DC7E1BB5_1105_4DB3_BAE3_2A6208EB099D" ------=_NextPart_DC7E1BB5_1105_4DB3_BAE3_2A6208EB099D Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sample Text Content ------=_NextPart_DC7E1BB5_1105_4DB3_BAE3_2A6208EB099D Content-type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sample HTML = Content ------=_NextPart_DC7E1BB5_1105_4DB3_BAE3_2A6208EB099D-- If your MHT file contains all the boundaries you can use that as-is in your email body.
Continue reading...
Continue reading...