[PHP] Re: Mail funtion question

2003-07-30 Thread Irvin Amoraal
Thanks for your reply Bobby. I thought I might be able to use the @ to supress the errors. The way you wrote the code below is close to what I am doing, sending the bulk emails one at a time. I didn't see anything like $result= @mail($to, $subject, $msg) in the online PHP documentation. but it

[PHP] Re: Mail funtion question

2003-07-29 Thread Bobby Patel
I haven't worked with PHP mail for a while, but since no one has responded I'll give you something to consider: 1. Why don't you try error suppression , @ ? or you can set error_reporting down or you can capture all output by using output buffering. 2. You can trap the invalid email, but it may be