hi,
i am new to C#
i want to send an email, can anyone help me for coding.
|
Go4Expert Member
|
|
| 15Dec2010,00:45 | #2 |
|
you can use the MailMessage and SmtpClient classes found in System.Net.Mail.
http://www.devx.com/tips/Tip/29291 |
