Home >>
Tutorials & Examples >> Email
Email
Sorted By
hits asc
|
Sort By:
|
Date
|
Most Popular
|
Name
|
Ratings
|
Using the System.Net.Mail NameSpace To Develop Emailer Applications |
|
A common thing you will need to do with ASP.Net v 2.0, is to send emails, I will show you here how to send emails using ASP.Net v 2.0, implementing authentication |
|
Just like setting up emailing from a form, in general, is not difficult, neither is sending emails to multiple people at the same time. First, we need to dimension a variable called 'MyVar': to hold all the email addresses in a string: |
|
This article will show you how simple it is to send an e-mail from an ASPX page. With just a few lines of code, you can add mail sending capabilities to your ASP.NET page in your website. Sample code is in C#. |
|
Wouldn’t it be useful to be able to check your mail from a web browser? Here we look at how to write such a utility using the TcpClient class. Start from simply logging on to more complex issues like reading and deleting messages. |
|
I can see that most of the people actually just include an email like sales@domainname in their Contact Us Page. So to create a simple Contact Us Form with Captcha Image to prevent robot from sending spam to you and the result of the Contact Us Form |
|
A code example from ASP+ Corner about how to send email from ASP.NET |
|
|