[Zope] Zope : CGI

Curtis Maloney curtis@umd.com.au
Mon, 3 Jul 2000 17:41:32 +1000


On Mon, 03 Jul 2000, Vincent Maton wrote:
> Hello everyone,
>
> There is someone who can help me ???
>
> I need a CGI  to transfert the values of the 'Inputs" of a "Form" to a
> "e-mail" !!!
>
<ahem> Well, here in the Zope world, I'm sure using a <dtml-sendmail> tag in 
an object is the most common way. As for a CGI, that's really out of the 
scope of this mailing list.

A simple example:

<dtml-sendmail smtphost="mail.mydomain.com">
Subject: some e-mail
From: <me@mydomain.com>
To: <<dtml-var formTO>>

Hello, <dtml-var username>.

</dtml-sendmail>


> Thank's all of you, the specialists...
>
> Vincent.
>
>
Have a better one,
	Curtis Maloney

<dtml-var standard_work_disclaimer>