ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  Dot Net  >>  Dot Net AllOther
 
 


 

 
 Dot Net Framework interview questions  Dot Net Framework Interview Questions
 Dot Net Remoting interview questions  Dot Net Remoting Interview Questions
 Dot Net WindowsForms interview questions  Dot Net WindowsForms Interview Questions
 Dot Net General interview questions  Dot Net General Interview Questions
 Dot Net AllOther interview questions  Dot Net AllOther Interview Questions
Question
How to send e-mail to gmail/yahoo or any other ID from your
mail server.I need the code.
 Question Submitted By :: D.surojit16
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.
Answer
# 1
using System.Net.Mail;

public partial class _Default : System.Web.UI.Page 
{
    protected void btnsendmail_Click(object sender, 
EventArgs e)
    {
        SmtpClient obj = new SmtpClient();
        obj.Send(txt_from.Text, txt_to.Text, 
txt_subject.Text, txt_body.Text);
    }
}
 
Is This Answer Correct ?    0 Yes 0 No
Sunny
 

 
 
 
Other Dot Net AllOther Interview Questions
 
  Question Asked @ Answers
 
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........  1
Which is the best institute in chennai to learn DotNet? Please help.  2
which would be the best to use inproc,outproc or sql server Ness-Technologies1
How to send e-mail to gmail/yahoo or any other ID from your mail server.I need the code.  1
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?  1
what is session management ? Ness-Technologies3
does .NET support multiple inheritance ? Ness-Technologies8
Difference between abstract class and interface HCL9
how to manage session in webgarden ? Ness-Technologies1
Which tool you will use to deploy a windows service Fulcrum-Logic1
What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class? HCL2
what to choose among testing, .net , and java for a B-Tech (ECE) fresher.  1
how can u manage sessions ? Ness-Technologies2
how do create a repeater  1
what is ado.net HCL5
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.  2
Hi, this is satish, i have more than 2 years of exp. on Microsoft .Net Technologies like C#, ASP.Net, VB.Net. But i am willing to change my platform into Testing tool. give me best suggestion for me.  1
What is the difference between abstract class and Interface? Give an example how will u write an abstract class using .NET Framework T3-Softwares2
what is stage management ? (ASP.NET) Ness-Technologies2
how do u achieve multilevel inheritance in .NET ? Ness-Technologies4
 
For more Dot Net AllOther Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com