So lets say If I want to send about 5000 - 10,000 emails to the suscribed members.

Should I just create a normal MailMessage and then loop through emails, and use the add property to add them,

OR

Loop through each email, and send a new instance of the mailmessage.

Will this be a problem concerning my SMTP server/