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.