Hello,
You seem a bit confused, to, cc and bcc are the types of recipient, you can send to multiple recipients by separating the addresses with a comma:
TO user1@user1, user2@user2, .....
Problem is if you use 'TO' or 'CC' recipients will see each other in the header. You could obviously get around this using 'BCC' but thats a bad fix. The only other way I know would be to loop round all recipients and send each their own mail, which would be slower, but in my opinion the best solution.
|