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