How to use Asp.net
  • Home
  • About us
  • Disclaimer
  • joy of helping
KEEP IN TOUCH

Monthly archives for April, 2011

how to send Email in asp.net c#

Apr07
2011
Leave a Comment Written by vikram

You  can use below the function according to your need.
you can refer code in Vb language.

Email in Vb Language.

private void send_form()
{
try
{
System.Net.Mail.MailMessage mail = new System.Net.Mail.MailMessage(“FROM email  id here”, TO email id here, “Your Subject Here”,”Your TEXT here”);

//Proper Authentication Details need to be passed when sending email from gmail  System.Net.NetworkCredential mailAuthentication = new System.Net.NetworkCredential(“your email/login id here”, “password here”);

//Smtp Mail server of Gmail is “smpt.gmail.com” and its port no. 587 System.Net.Mail.SmtpClient mailClient = new System.Net.Mail.SmtpClient(“smtp.gmail.com”, 587);

//Enable SSL
//Gmail is SSL certify so that why we need to set Enabelssl=true
READ MORE »

Posted in Asp.net

Joy of Helping

Any sort of help to the children who are fatherless, poor & are from far-off areas.
Joy of Helping

Facebook Link

Asp dot Net ,Ajax,Xml.

Recent Posts

  • ROW_NUMBER(), NTILE(), partition by, Duplicate Records, CTE sql server 2008
  • How to get second highest Salary sql server 2008
  • Insert values, insert into, insert default value, insert execute and select into sql server 2008
  • How to Bind GridView with SqlDataReader in Asp.net
  • how to attach files to email without storing on disk using Asp.net FileUpload control

Recent Comments

  • Anonymous on ROW_NUMBER(), NTILE(), partition by, Duplicate Records, CTE sql server 2008
  • dhananjay on How to use GridView with Insert, Edit, Update, Delete the Ado.net way C#
  • dev on How can we limit the characters in multiline textbox asp.net using JavaScript
  • navneet on How to display image in Image control after upload on the server asp.net C#
  • AnhVu on How to do Shopping Cart in Asp.net C#

Archives

  • February 2013
  • September 2012
  • April 2012
  • January 2012
  • October 2011
  • August 2011
  • May 2011
  • April 2011
  • March 2011

Categories

  • Asp.net
  • jQuery
  • Sql Server

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

EvoLve theme by Theme4Press  •  Powered by WordPress How to use Asp.net