Script: Sending emails Using: PHPMailer Process:
This is all working fine, the only issue is if I have let's say 10, 20 or more emails to send, if each email takes 3-5 seconds to be send while waiting to receive the transaction ID back before continuing the loop then 10 emails are taking close to 1 minute and so on..
I was wondering if there is a way to submit the PHP form using POST the server somehow does its sending job and takes whatever time it needs in the background while the user can continue using the site or even close the page
Thank you