Hi all, I wanted to use bcc in a mail generated though a <dtml-sendmail>...</dtml-sendmail> (Included in MailHost) tag. But it did not work. All I got was a junk line like this: subject: foo barbcc: user1, user2, user3 mark the missing carriage return and/or line feed between the subject and the bcc line. Anyone got any ideas ? - Holger -- ----------------------------------- catWorkX GmbH Hamburg Dipl.-Ing. Holger Lehmann Stresemannstr. 364 22761 Hamburg Tel: +49 40 890 646-0 Fax: +49 40 890 646-66 mailto:lehmann@catworkx.de http://www.catworkx.de http://www.catbridge.de
Hi, Im using this: <dtml-sendmail smtphost="mail.host" port="25"> To: <<dtml-var email>> From: <<dtml-var emailfrom>> Subject: <dtml-var subject> Hi, blah blah </dtml-sendmail> Im supposing that the double brackets is due to the fact that the email address itself is encapsulated with brackets as well as the variable being passsed. Cheers, -- Paz Oratrix Development BV http://www.oratrix.com GRiNS SMIL Editor -
Hi Paul, Thanks for that response, but ..... 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 .... Holger Am Dienstag, 24. Oktober 2000 18:16 schrieb Paul Zwarts:
Hi,
Im using this:
<dtml-sendmail smtphost="mail.host" port="25"> To: <<dtml-var email>> From: <<dtml-var emailfrom>> Subject: <dtml-var subject>
Hi,
blah blah
</dtml-sendmail>
Im supposing that the double brackets is due to the fact that the email address itself is encapsulated with brackets as well as the variable being passsed.
Cheers,
-- Paz Oratrix Development BV http://www.oratrix.com GRiNS SMIL Editor -
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- ----------------------------------- catWorkX GmbH Hamburg Dipl.-Ing. Holger Lehmann Stresemannstr. 364 22761 Hamburg Tel: +49 40 890 646-0 Fax: +49 40 890 646-66 mailto:lehmann@catworkx.de http://www.catworkx.de http://www.catbridge.de
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 ....
participants (3)
-
Holger Lehmann -
Paul Zwarts -
Stefan H. Holek