4 Oct
2002
4 Oct
'02
2:23 p.m.
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