On Mon, 17 May 2004 10:26:24 -0400, <[EMAIL PROTECTED]> wrote:

Hello,
Is there any way to email the form data on submit either in embperl or modperl..? I appreciate your help.



The form data is available to you in %fdat so you can use any module from CPAN to send an e-mail, do it by hand or open a pipe to sendmail or mail.

From CPAN the easiest modules are Mail::Sendmail (for simple messages)
and MIME:Lite (for more options, like attachments).

Embperl has a bult-in feature for doing this but I am not familiar with
it, try reading the manual pages for this.

Good luck,

--
Luiz Fernando B. Ribeiro
Engenho Soluções para a Internet
+55 11 4485-0136

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to