Hello,
I was wondering if someone has experience using php to send a batch of emails.
I have run into problems doing this in two areas.
1) I have not been able to write "error handling" into the program because the mail() function allways returns true, and the code written to record the "send failures" never is triggered even when the address it is bad.
and
2) If I figure out #1, I may still have a problem with the maximum execution time, can the programmer change this in their script, or get around this.
Maybe I just need to get it out of my mind that php is the right language for this task, since it is really for creating dynamic content, etc.
I have read somewhere in php documentation about php being able to be used as a "regular" programing language (desktop, etc), I assume that a special interpreter is needed, anyone know anything about this?
Scott