[PHP] mail() function returns TRUE but no email is sent

2002-03-25 Thread Kevin Stone
Anyone run into this problem before? I've got a simple email parser that I've set up for our clients to access from their websites. It just uses the simple mail() function to send the parsed HTML to their account. The mail() function is returning TRUE but the email no email is being received.

Re: [PHP] mail() function returns TRUE but no email is sent

2002-03-25 Thread Rasmus Lerdorf
Sure, it just passes it off to the MTA. If the MTA drops the ball later on we don't know about it. Check your logs. On Mon, 25 Mar 2002, Kevin Stone wrote: Anyone run into this problem before? I've got a simple email parser that I've set up for our clients to access from their websites.

RE: [PHP] mail() function returns TRUE but no email is sent

2002-03-25 Thread Demitrious S. Kelly
) -Original Message- From: Kevin Stone [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 4:26 PM To: php-general-list Subject: [PHP] mail() function returns TRUE but no email is sent Anyone run into this problem before? I've got a simple email parser that I've set up for our clients