Mass mailing

0

I need to send bulk emails with PHP, how can I do this without having to wait for PHP to finish sending the emails to only after reloading the page?

For example, I have to send 100 emails, but I want to continue browsing my site while it's still being sent, I wanted to put the task as if it were in the background, is it possible? How do I proceed?

I'm using Codeigniter.

    
asked by anonymous 12.05.2015 / 04:45

0 answers