Hi!
I need info on the following issues:
Q_1: What happenes when I put return in front of mail function, e.g. return mail (string to, string subject, string message, ...
How can I make use of that? Maybe an example?
Q_2: How do I delay execution of several mail() functions (I think that my server breaks when I want to send a lot of mails (about 200 hundred)).
Thanks!
Bye