Re: problems with creating both HTML and plaintext emails

From: Sam (sam_at_email-scan.com)
Date: 01/22/05


Date: Fri, 21 Jan 2005 19:31:22 -0600


news@celticbear.com writes:

>
>> > ".
>> > "--{$mime_boundary}\n
>> > ";
>>
>> Bug #2. The closing boundary delimiter should have a trailing "--".
>
> And you'll see I added that too.

No you didn't. You added trailing --s to every boundary delimiter, not just
the closing one.

You should review the RFCs, and use this message as an example of how to
correctly set the delimiters for a multipart MIME message.