Email Sending Concept with Asp.net and C#
Introduction:
Hi, today from this blog we are going to learn how to send emails using asp.net and c#.
Description:
We normally use email providers like google, yahoo and soon for sending emails, here we going to see that type of email sending concept using asp.net using visual studio 2010.
Step1:
Add the System.Web reference to your project from add reference tab >> .Net tab >> System.Web dll.
Step2:
Create a Simple mail sending option design with asp form.
Step 3:
On the code behind page add the following coding with the comment line remove the comment line.
Step4:
thats it, you have done! Now run the project and check the process...
For more updates visit my blog often, thank you!!
Introduction:
Hi, today from this blog we are going to learn how to send emails using asp.net and c#.
Description:
We normally use email providers like google, yahoo and soon for sending emails, here we going to see that type of email sending concept using asp.net using visual studio 2010.
Step1:
Add the System.Web reference to your project from add reference tab >> .Net tab >> System.Web dll.
Step2:
Create a Simple mail sending option design with asp form.
Step 3:
On the code behind page add the following coding with the comment line remove the comment line.
Step4:
thats it, you have done! Now run the project and check the process...
For more updates visit my blog often, thank you!!
No comments:
Post a Comment