I don't think it's appropriate to have a specific PHP function to send MIME
email.  Especially since no special code or function needs to be written
that isn't already available from the standard PHP function library.

But, some thing like this is an excellent candidate for a PEAR class.. as a
matter of fact, this is what PEAR was meant to be used for.

Daniel

----- Original Message -----
From: "Jeroen van Wolffelaar" <[EMAIL PROTECTED]>
To: "Zak Greant" <[EMAIL PROTECTED]>
Cc: "Daniel Beckham" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; "PHP Developers Mailing List"
<[EMAIL PROTECTED]>
Sent: Saturday, July 07, 2001 7:58 AM
Subject: Re: [PHP-DOC] Re: [PHP-NOTES] note 13852 added to function.mail.php


> >     "The mail() function can be used to send email with attachments
> >     and special types of content. This is accomplished via MIME-encoding
> >     - for more information, see
> >     http://www.zend.com/zend/spotlight/sendmimeemailpart1.php";
>
> Just a wild idea, but maybe we should add a real PHP-function which can
send
> MIME-mail? It's really something that would be useful in PHP...
>
> Has anyone idea's for a good syntax?
>
> >     --zak
> >
>
> Jeroen
>
>

Reply via email to