Re: [PHP-WIN] Behavior of mail() function

2010-04-20 Thread Lewis Kapell
After testing more carefully I see what is happening. The call to mail() is generating a warning, and our custom error handler is trapping that and causing the script to abort. Thanks for setting me in the right direction. Thank you, Lewis Kapell Computer Operations Seton Home Study School

Re: [PHP-WIN] Behavior of mail() function

2010-04-19 Thread Pierre Joye
hi, On Mon, Apr 19, 2010 at 9:22 PM, Lewis Kapell wrote: > Running PHP version 5.3.1, I find that if my script tries to send an email > message to an address in the local domain, and the address is invalid, > mail() throws an error: > > mail(): SMTP server response: 550 5.1.1 : Recipient > addres

RE: [PHP-WIN] Behavior of mail() function

2010-04-19 Thread Venkat Raman Don
: [PHP-WIN] Behavior of mail() function Running PHP version 5.3.1, I find that if my script tries to send an email message to an address in the local domain, and the address is invalid, mail() throws an error: mail(): SMTP server response: 550 5.1.1 : Recipient address rejected: User unknown in

[PHP-WIN] Behavior of mail() function

2010-04-19 Thread Lewis Kapell
Running PHP version 5.3.1, I find that if my script tries to send an email message to an address in the local domain, and the address is invalid, mail() throws an error: mail(): SMTP server response: 550 5.1.1 : Recipient address rejected: User unknown in local recipient table Is there a way