[Zope] Problem with dtml-sendmail from external method

Chris Withers chrisw@nipltd.com
Mon, 24 Jul 2000 19:29:56 +0100


Kent Polk wrote:
> For instance:
> self.test(tolist=towhom, subject=subject, body=message)

perhaps try:
self.test(self, REQUEST=None, tolist=towhom, subject=subject,
body=message)

If that fails, stick it in the collector as it's the sendmail tag being
mucky and nasty again ;-)

Chris