I have a question about the HTTP request to a PHP script. If my script sends many email and needs some time to complete and the client closes its browser the scripts will be aborted or not? Can I think that the mail queue goes once that the script is started (obviously removing any timeout in php settings)? I don't care about the reply to client.I have a question about the HTTP request to a P