Is it possible to send asynchronous emails with phpmailer?
Regular mail sending code snippet is as follows:
$mail->Send();
PHP waits
If you're on linux, you can put your php script in an exec command and launch it in background (put an & at the end of the command) and silent mode (2>&1 >/dev/null)