multiple Email send
hello i want to get all email addresses from database(emailtable) and each email against have unique record.i want to send emails on single click button like (send email) then Email will send all email addresses with unique record of the email addresses. how its possible.? tell me as soon as possible thanks.
Related Article: how to send email in asp.net usin c#.net
is a ASP.NET discussion thread by john_beginner that has 9 replies, was last updated 7 months ago and has been tagged with the keywords: email, locahost-email, smtp-asp.net.
mani508
Junior Poster in Training
54 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
LastMitch
Industrious Poster
4,118 posts since Mar 2012
Reputation Points: 132
Solved Threads: 334
Skill Endorsements: 45
First, are you writing your code in c# or vb.net? Do you have any code? You are basically going to make a database connenction once the click occurs and loop through the results of your query sending an email message to each email address.
JorgeM
Industrious Poster
4,002 posts since Dec 2011
Reputation Points: 294
Solved Threads: 543
Skill Endorsements: 115
i am using c# language my problem is solved.i used foreach loop thanks both of you.
mani508
Junior Poster in Training
54 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0