25 Oct
2000
25 Oct
'00
9:42 a.m.
Zope bulk mailing has recently been discussed here and the general opinion was to avoid it. Zope is just not a bulk mailer. Look into e.g. mailman and hand off the task. Stefan On Tue, 24 Oct 2000, Holger Lehmann wrote:
I can send single email with one recipient without problems. I need to use a bcc: for about 4000 users. No way doing that halfway performant with a <dtml-in> ... </dtml-in> statement.
I am thinking of the bcc: user1, user2, user3 .... user4000 header. It ought to get parsed in the MailHost product and sent directly to the proper smtp-host ....