How to send Email with Attachemnts using Asp.Net and C#.net
Use the following:
//use the following namespaces in the top of the page
using System.Net.Mail;
using System.Net.Mime;
//Use the following code to send the email
MailMessage mm = new MailMessage();
mm.To.Add("to Email Address");
mm.From = new MailAddress("from email");
mm.Subject = "Any Subject";
mm.Body = "Body Message herre"
SmtpClient ss = new SmtpClient("your...
This blog related to all the experience that i gain and face during past career. It covers Microsoft technology like. Microsoft Dot Net, SQL Server, Scripting Language etc,.
Pages
Monday, May 13, 2013
Subscribe to:
Posts (Atom)
My Blog List
-
-
-
-
Kumaon University Nainital B.Ed entrance exam test result 2012 - कुमाऊँ विश्वविधालय, नैनीताल (उत्तराखण्ड)11 years ago