Problem sending mass e mail.

im not sure but there is a chance that you need to add some delay so that the smtp wont get fluded, it maybe has some kind of protection, if you add a delay of about 1-2 seconds maybe.
 
Make sure that you have proper error handling for the sending of the email. If the address is invalid, youll want to skip it (and log it), and then continue. Id focus on sending more than 3 emails to yourself (or another account you have access too) to double check that its not the smtp server.

P.S. Wed better not start getting spam from "shoresh<shoresh@shoresh.org.il>"
;)
 
Why not use the BCC on the mail object and semicolon each address in the list and send out only one email

Andy

btw- keep in mind if there is nothing in the to of the email some programs see the message as spam
 
I believe in this case if you dont specify a valid To address, youll get a Generic (and unhelpful) CDO Message error.
 
Back
Top