i am using asp for my frontpage 2003 webpage. i already designed form where user will enter the email add in the textfield when submit button is pressed, a message will be sent to the user email address as indicated in the textfield, how do i do that? anyone could help?
.NET FW provides MailMessage class which represents an e-mail message that can be sent using the SmtpClient class. An example included!
MailMessage mail = new MailMessage(); mail.To.Add("a@gmail.com"); mail.To.Add("h@yahoo.com"); mail.From = new MailAddress("gra@gmail.com"); mail.Subject = "Email"; string Body = "Hi, "+ " ASP.NET"; mail.Body = Body;
Thanks for sharing information ... Mybe you you used Smarter Email Hosting or Smarter Mail Features ... This application already have been webhostforasp.net ... For more information about their services, please visit the website .. Windong Hosting provided by ASP.NET with Microsoft License..
Hi, I am ASP developer , i need to do url rewrite wit classic ASP. i don't know anything about it. any help would be appriciated. Thanks Indra Kumar