using System.Net.Mail;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
public static void SendEmail(MailMessage mail)
{
SmtpClient client = new SmtpClient();
client.Host = "smtp.gmail.com";
client.Port = 123;
client.Credentials = new System.Net.NetworkCredential("[email protected]", "strongpassword");
client.EnableSsl = true;
ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(ValidateServerCertificate);
client.Send(mail);
}
private static bool ValidateServerCertificate(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)
{
if (sslPolicyErrors == SslPolicyErrors.None)
return true;
else
{
ServiceFault.WriteLog("Invalid SSL");
return true;
}
}
Haze Institute
Haze Institute (College of Higher Education)
official page of Haze is https://www.facebook.com/HazeCollege
Official page of Haze Institute is https://www.facebook.com/HazeCollege
We Wish You All Happy Republic Day...!!!
18/09/2012
we are provide a corporate training for android developers.
Our Office is in sector-18.
contact No.: +91-8130562425, +91-9873247199
www.monikacomputers.com
Monika Computers | Web Design and Development Company | Mobile Apps Development Company Web Hosting. Monika Computers is a rapidly Growing company in the IT field that offers web development, application, Design and Search Engine Optimization. We have satisfied offshore clients in UK, USA and mid-eastern countries whole heartedly.Our motive is to provide top ranking in google, msn, bing, yahoo sear...
Click here to claim your Sponsored Listing.
Location
Category
Contact the school
Address
201301