I am bouncing on the upper limit up with sending emails to smtp server at
about 300, I do not whant to increase amount of email messages on server
config.
I have a vbscript that pulls emails address's from an sqldb as a
concatinated string ie.
fred@address.com;jack@address.com;bill@address.com;dan@address.com etc..
I need to break up thatstring into blocks of 100 so that i can send multiple
emails instead of 500+ address in BCC field
Anyone have an idea whats the best way to do it.
Don