You can add multiple addresses to a single MailMessage object using the
To[
^] property, which is a collection of MailAddress objects...However sending that much emails in one bunch can get you on spammer's list very easily...
/DamithSL/
You can use also
Bcc[
^] property in the very same way, in which case receivers will not see others mail address...