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: <[EMAIL PROTECTED]>
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>

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to