[Zope] Problem with dtml-sendmail from external method
Kent Polk
kent@goathill.org
Mon, 24 Jul 2000 14:47:17 -0500 (CDT)
Chris Withers wrote:
> 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)
Failed. I had already tried that and a few of the other typicals,
including assignment outside the sendmail tag (hoping for an
acquisition problem).
> If that fails, stick it in the collector as it's the sendmail tag being
> mucky and nasty again ;-)
It's in the Collector.
Thanks