9 Oct
2002
9 Oct
'02
9:48 a.m.
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