[Zope] sendmail error

Lennart Regebro regebro@nuxeo.com
Tue, 01 Apr 2003 10:23:42 +0200


Marie Robichon wrote:
> Any ideas anyone?

Well, since it seems like you send the same email to all teh recipients, 
it's easier to make a list of the users and send one mail to that list, 
instead of one mail per user. If you don't want the users to see the 
other recipients, use bcc.

It should be easy to create a list of recipients with a Python script.

I haven't use dtml-try much, but if it doesn't work and you need to send 
a differnt mail to each recipient, you might try to send the mail from 
inside a python script instead, try/except should definitely work there. :)