Hello,
I've created a nice mailing list utility in PHP, but the only one problem I have is that the use of the mail() function causes timeouts when sending a large quantity of emails to my registered members.
Is there a code sample somewhere I could use so that I won't experience timeouts anymore?
Or at least, could someone tell me what should I use in replacement of the mail() function?
Is there another solution ( ie: pausing every 500 mails, etc )?
Thanks a lot for helping.
Have a nice day.
I've created a nice mailing list utility in PHP, but the only one problem I have is that the use of the mail() function causes timeouts when sending a large quantity of emails to my registered members.
Is there a code sample somewhere I could use so that I won't experience timeouts anymore?
Or at least, could someone tell me what should I use in replacement of the mail() function?
Is there another solution ( ie: pausing every 500 mails, etc )?
Thanks a lot for helping.
Have a nice day.