1 Apr
2003
1 Apr
'03
8:23 a.m.
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. :)