Simply Send Gmail Email in Asp.Net C# Hindi thewayur VIDEO
Learn Asp.Net C# in Hindi Language
Download this 7MB video in Clear Quality : http://l.thewayur.com/5
Alternate Link : http://www.4shared.com/video/kUfrLFZh/Simply_Send_Gmail_Email_in_Asp.html
using System.Net.Mail;
MailMessage mail = new MailMessage();
SmtpClient SmtpServer = new SmtpClient("smtp.gmail.com");
mail.From = new MailAddress("serverEmail@gmail.com");
mail.To.Add(p);
mail.Subject = "Subject";
mail.IsBodyHtml = true;
mail.Body = "Body" ;
// SmtpServer.Port = 587;
SmtpServer.Credentials = new System.Net.NetworkCredential("serverEmail@gmail.com", "XXPASSWORDXX");
SmtpServer.EnableSsl = true;
SmtpServer.Send(mail);
simply Send Gmail Email - Hindi - Asp.Net C# - thewayur
Other Videos By NishuFun 2013-03-31 windows 8 trick - easily switch to desktop from metro screen - thewayur 2013-03-31 Permanent Solution - Can not change user account picture, lock, start screen windows 8 - thewayur 2013-02-24 Top 20 Facebook addicted status - thewayur 2013-02-10 Hindi - android as mouse cursor using wifi mouse - thewayur 2013-02-10 Hindi - android camera as webcam via wifi - thewayur 2013-02-10 Hindi - Desktop screen on android via VNC - thewayur 2013-02-10 Hindi - Control desktop with android via rdp - thewayur 2013-02-10 Hindi - Using mobile Bluetooth handsfree in computer as speaker and microphone - thewayur 2013-02-10 Hindi - view control Android screen on computer via wifi vnc server 2013-02-10 Hindi - Disable CD Eject hardware button - thewayur 2013-01-30 Simply Send Gmail Email in Asp.Net C# Hindi thewayur 2013-01-05 Chillout music - Magix Music Maker 2013 premium - thewayur 2013-01-01 Get date from calendar asp.net c# | thewayur 2012-11-19 Tri Boot OS - Changing default OS in windows 8 - thewayur 2012-11-19 Solution - blank screen in windows 8 after boot logo - thewayur 2012-11-19 Solved - cannot change user account picture in Windows 8 - thewayur 2012-11-18 Master Tutorial - Java Environment Variables - thewayur 2012-10-28 Crop, Resize image for wallpaper in MS Paint [Trick - must watch] 2012-10-27 MySql basic querries - show, create, select, insert, delete, update, alter, drop, truncate 2012-10-14 Make window active on Mouse over 2012-10-14 [Trick] Close window with double click or double tap on touch pad
Tags: thewayur
tutorial
how to
asp.net
c#
hindi
send email
gmail
programming
C Sharp (programming Language)
language