Link to home
Start Free TrialLog in
Avatar of Gus Koutsivitis
Gus KoutsivitisFlag for United States of America

asked on

VB.Net Send email to each user from MSSQL DB table.

Hi all,

I am stuck trying to loop through an SQL table, finding each user email, and then sending an email to each individual one at a time.
Do you guys have an example on how to do this?  I have the email code that works nicely.  But I need to fill the email address dynamically from the table and send to each user one at a time not as a group.

thank you!
ASKER CERTIFIED SOLUTION
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Nitin Sontakke
Nitin Sontakke
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Provided multiple suggestions
Question abandoned.