Hey everyone, I'm working on a project in asp.net with C#, and I'm trying to have a adminstator page in which the website owner can send a newsletter to people subscribed. How can I retrieve the email addresses from the database table and assign them to the objMail.To variable for sending?
Thanks in advance for the help.