calling dtml method from python script
8 Oct
2002
8 Oct
'02
10:14 p.m.
I really thought I knew how to do this: context.sendMail(_.None,_) However, it can't resolve the names within the sendmail message: Error Type: KeyError Error Value: MailHost sendMail works fine using the 'View' tab Any ideas? Thanks, Mark
9 Oct
9 Oct
9:48 a.m.
New subject: [Zope] Re: calling dtml method from python script
Mark Gibson wrote:
I really thought I knew how to do this:
context.sendMail(_.None,_)
However, it can't resolve the names within the sendmail message:
Error Type: KeyError Error Value: MailHost
sendMail works fine using the 'View' tab
Any ideas?
try: context.sendMail(context,context.REQUEST) cheers, maik
8580
Age (days ago)
8581
Last active (days ago)
1 comments
2 participants
participants (2)
-
Maik Jablonski -
Mark Gibson