in reply to Sending mail from mod-perl takes too long
You can fork and send the mail from a separate process, but be careful because forking under mod_perl can be tricky. Or you can use a PerlCleanupHandler. http://perl.apache.org/docs/1.0/guide/performance.html#Forking_and_Executing_Subprocesses_from_mod_perl
|
|---|