i have an application to retrieve an users contact list in a gridview…how do i send email to all the users from the users contact list??
Steps:-
1.User enters hi/her email id and password.
2.Clicks on send invites.
3.The button click event should send invitation email to all the contacts in users contact list.[ how to do the 3rd step??]
I posted the code to send off a batch (List) of e-mails. Looping through a gridview row collection is fairly straightforward and you should check out that link I provided. Here is a small code snippet to get you started.