Hello,

On 04/12/2004 12:48 PM, Luis Lebron wrote:
I have a development box that uses our company's Exchange server as an smtp
host. All of a sudden, the php mail function has stopped working.
I can, however, send a message using mutt.


Here's the output of the maillog:

Apr 12 10:38:51 localhost sendmail[11879]: i3CFckaV011877:
to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> (48/48),
delay=00:00:04, xdelay=00:00:04, mailer=relay, pri=30323,
relay=sigma2.localdomain. [192.168.168.4], dsn=2.0.0, stat=Sent (OK)

As far as I can tell the message is being sent by sendmail. Any ideas on
where to look?

This may be due to a bug in PHP mail() function that ended up making Exchange filter the message.


In that case you may want to try this class that comes with workarounds to avoid some of the mail() function problems. Just let me know if it still does not work:

http://www.phpclasses.org/mimemessage


--


Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to