[thelist] CDONTS.NewMail recipient limit

Matthias Ritzkowski Matt at grndwtr.com
Thu Jun 28 10:17:29 CDT 2001


Why don't you try a loop instead of 300 bcc's?
If your customers are in a database, set up a recordset, then loop through
it and send each one a CDONTS.NewMail ...
Matthias

-----Original Message-----
From: Warden, Matt [mailto:mwarden at mattwarden.com]
Sent: Thursday, June 28, 2001 10:31
To: thelist at lists.evolt.org
Subject: [thelist] CDONTS.NewMail recipient limit


Thelist,

For various reasons, I'm limited to using CDONTS.NewMail to send email. One
thing I have to do here is set up a bulk mailer for people who requested
monthly updates from our company.

This list is already a good 300 people and can grow much much larger. I'm
currently tacking the semi-colon-delimited list of all recipients to the
.Bcc property of a NewMail object. I checked the documentation on
microsoft.com and there wasn't any mention of a limit to recipients. A quick
search on google doesn't turn up anything useful either.

But, there must be a limit, right? Does anyone know what that limit is? If I
know the limit, I could maybe break it into X number of separate emails
where each email has that limit of recipients (except the last email, most
likely, which would have the remainder).


Thanks,


--
mattwarden
mattwarden.com


---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list