NYCPHP Meetup

NYPHP.org

[nycphp-talk] sending multipart email

Alan T. Miller amiller at criticalmedia.biz
Wed Jul 14 05:51:09 EDT 2004


I could be wrong, but I believe I read somewhere a while ago that is was 
arbitrary. Perhaps the easiest way to deal with multipart messages I 
know of is to use the excellent mailing class at 
http://phpmailer.sourceforge.net/ and then you do not have to worry 
about it. It is by far the best mail class I have come across for PHP.

Alan



Marc Antony Vose wrote:

> Hey:
>
> Admittedly this is off-topic, but I am sending it with PHP, so...:)
>
> I have never sent multipart email before and am reading up on it, and 
> I see that different portions of messages are separated by something 
> like:
>
> boundary="============_-1122330894==_ma============"
>
>
> I've read several little tutorials on the subject online, but no one 
> has answered what is, for me, a semi-crucial question:  namely, is the 
> string that is used for the boundary arbitrary?  Or must it follow a 
> certain convention?
>
> Cheers,
>





More information about the talk mailing list