Name Email Message
Ram [email protected] Dear Ram, Tomorrow meeting at office 10 Am.
Sam [email protected] Dear Sam, Tomorrow work to be finished at right time don't delay.
Rakesh [email protected] Dear Rakesh, Tomorrow Projects to be submitted to the client at right time don't delay be ready.
I have one button called send email,when i click that button i want to send the mail to all the names present above in the datagridview.
for that how can i do using c#.
Note it is windows application.
Regards,
Narasiman P.
Vijay YadavPosted Jun 10, 2013, 7:49 AM
On the button click, you need to get the email column data using loop and you can paas all the email ids seperated by comma to your Email function or you can loop through the gridivew and inside that call Email function and send the email one by one.
In case of any issue let us know.