From: Manuel Lemos on
Hello,

on 01/29/2008 04:13 PM Dan Richfield said the following:
> I have already posted it to bugs.php.net
> (http://bugs.php.net/bug.php?id=43730) and php is claiming it's not a bug.

I am not surprised! ;-(


> Thanks for your suggestion, but I have to use mail because this is being
> offered to shared hosting customers and a mass scale. Most applications
> and developers use the mail() function.

But if mail() does not work and the PHP developers do not want to fix,
it seems you will not solve your problem with the mail() function.


>> It seems like a bug.
>>
>> If you are stuck, you may want to try this package that comes with a
>> mail() replacement function written in pure PHP named smtp_mail(). It
>> works like mail but it overcomes certain limitations. Take a look at the
>> test_smtp_mail.php example script.
>>
>> http://www.phpclasses.org/mimemessage
>>
>> You also need this for the delivery:
>>
>> http://www.phpclasses.org/smtpclass


--

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
From: Niel Archer on
> I have already posted it to bugs.php.net
> (http://bugs.php.net/bug.php?id=43730) and php is claiming it's not a bug.

They are correct, it's not a bug in PHP.
This is the standard behaviour for the Windows implementation of mail() as
noted in the documentation for the function.
Granted it's annoying behaviour, for this reason I use the PEAR Mail
package

--
Niel Archer
 | 
Pages: 1
Prev: help needed
Next: Cannot load php_pdo_mysql