On Thu, 31 May 2007 08:17:13 -0500
"Frank Jones" <[EMAIL PROTECTED]> wrote:

> What's a good way to send an email from a handler module? Is
> system("mail") OK or is there a better way?

That'll work if you don't care about performance or security.

To fix the security, hack up a perl/cgi prototype and fix
the issues that perl's taint checking complains of.  To fix
performance, drop the fork.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

Reply via email to