Hi,
I have a string variable which it contains more than 4000 email address.forexample strEmail="
[email protected],
[email protected]" like this in a comma, separated format,Now i need email using CDONTS.i would like to put it in the BCC but i do how storage Bcc will accept.so i need send by batch by 1000 at a time how to divide the values in the strEmail into 4 and send it by batch
regards,
Deep