Is it possible to embed dtml variables into other dtml tags?
 
ex:
 
Property
----------------
MailHost = myMail
 
DTML Tag
---------------
 
<!--#dtml sendmail maihost="<dtml-var MailHost>"-->
....
 
Thanks