[Zope-CMF] DTML Sendmail tag
Dieter Maurer
dieter@handshake.de
Thu, 22 Aug 2002 22:27:09 +0200
mcolli@SyscomCipher.com.ar writes:
> I have seen the example in Zope Book but I do not understand where it finds
> "recipient" variable (is this a user-defined variable, I could use in a
> form, for example?...
>
> Here is the example:
>
> <dtml- sendmail>
> To: <dtml-var recipient>
> Subject: Make Money Fast!!!
>
> Take advantage of.........
> </dtml-sendmail>
It looks up "recipient" in the DTML namespace.
That's as it is always with "dtml-var"...
Dieter