Scott Rossi wrote/ schreef:
> Recently, Gary Rathbone wrote:
>
>> Got a client who wants to send HTML formatted Mail to his customers.
>
> I've been looking into the same thing. Apparently the key part of the
> equation is the tool/client that is used to encode/send the mail. It needs
> to be capable of encoding multi-part MIME messages so that recipients will
> see plain text if there's no HTML formatting available. Not sure if MC
> could set up to do this. Otherwise, there's nothing special on the content
> end -- all you have to do is create standard (simple) HTML.
Instead of just sending that plain text you have to send something like the
thing below.
Regards,
Sjoerd
User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630)
Date: Thu, 01 Feb 2001 20:27:53 +0100
Subject: <geen onderwerp>
From: Sjoerd Op 't Land <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Mime-version: 1.0
Content-type: multipart/alternative;
boundary="MS_Mac_OE_3063904074_443531_MIME_Part"
--MS_Mac_OE_3063904074_443531_MIME_Part
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit
This is a test.
Bold Italic Underlined
--MS_Mac_OE_3063904074_443531_MIME_Part
Content-type: text/html; charset="US-ASCII"
Content-transfer-encoding: 7bit
<HTML>
<HEAD>
</HEAD>
<BODY>
This is a test.<BR>
<BR>
<B>Bold</B> <I>Italic</I> <U>Underlined</U>
</BODY>
</HTML>
--MS_Mac_OE_3063904074_443531_MIME_Part--
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.