[Zope] mailhost location problem
   
    Chris Withers
     
    chrisw@nipltd.com
       
    Fri, 04 Oct 2002 15:23:15 +0100
    
    
  
Ben Avery wrote:
> but I can't seem to make a <dtml-sendmail ..> tag work, however I refer 
> to the mailhost object living in helpers.
> I've tried <dtml-sendmail mailhost="helpers/MailHost">, 
> helpers.MailHost, and everything else I can think of, but it complains 
> it still can't find it.
> Could anyone tell me how to refer to this mailhost object?
try:
<dtml-with helpers>
  <dtm-sendmail mailhost="MailHost">
...
cheers,
Chris