1
Answer

how to send mail from datagridview data using c#

narasiman rao

narasiman rao

11y
2.4k
1
In datagridview records as follows


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.


Answers (1)