[PHP] Getting mail() to return false/0

2004-12-14 Thread Paul Reinheimer
Hi, I was working with the mail function today to experiment with sending a few messages, and threw in the apropriate checks so when mail() can't send the message the apropriate errors were raised, however, I discovered I couldn't actually get mail() to return 0. Take the following call:

Re: [PHP] Getting mail() to return false/0

2004-12-14 Thread Travis Conway
- Original Message - From: Paul Reinheimer [EMAIL PROTECTED] Hi, I was working with the mail function today to experiment with sending a few messages, and threw in the apropriate checks so when mail() can't send the message the apropriate errors were raised, however, I discovered I

Re: [PHP] Getting mail() to return false/0

2004-12-14 Thread Paul Reinheimer
'dude' is in fact not a user on my box, I was in fact something I choose trying to use as an example of something that was not valid. Running it again against asdadasdsadasdadsad returns the same result. When I do send mail that matters I include a From header, I was just trying to stick with as