| Send a email |
|
|
|
|
ASPX.CS C# - How to send a email using System.Net.Mail; protected void ... { MailMessage mail = new MailMessage(" ", " ", "Subject", "Hello world!"); SmtpClient smtp = new SmtpClient("smtp.iw1qlh.net"); smtp.Send(mail); } |
| < Prev | Next > |
|---|




Articles 



