24 Apr
2002
24 Apr
'02
8:12 a.m.
So why does Acuqisition not work for dtml-sendmail? It does! Why do you make a standard error? DTML objects want to be called with two positional arguments. Please read "Calling DTML objects" in
thanks for your input, but thats what I tried. in the python script I call the DTML method as follows: from python script "send": return container.sendReal(context, context.REQUEST, sender=sender, rlist=rlist, [... further arguments]) in the DTML Method "sendReal": <dtml-var standard_html_header> is found and included but <dtml-sendmail mailhost="MailHost"> generates a "Error Type: KeyError", "Error Value: MailHost" though MailHost and standard_html_header are located in the very same folder. Im am still puzzled. Markus