[Zope] evaluating attribute values
   
    John Eikenberry
     
    jae@kavi.com
       
    Thu, 4 Mar 1999 14:05:21 -0800 (PST)
    
    
  
On Thu, 4 Mar 1999, Robin Dunn wrote:
> For example, Zope doesn't like this:
> 
>     <!--#sendmail smtphost=<!--#var smtpHost--> -->
> 
> or this:
> 
>     <!--#sendmail smtphost=smtpHost-->
> 
> (it tries to use smtpHost as the host name, instead of its value)
Try:
<!--#sendmail "smtphost=smtpHost"-->
or this:
<!--#sendmail "smtphost=_['smtpHost']"-->
---
John Eikenberry
[jae@kavi.com - http://taos.kavi.com/~jae/] 
______________________________________________________________
"A society that will trade a little liberty for a little order
 will deserve neither and lose both."
                                         --B. Franklin