Home >>
Tutorials & Examples >> Email
Email
Sorted By
hits asc
|
Sort By:
|
Date
|
Most Popular
|
Name
|
Ratings
|
One of the most commonly performed operations that I see in web applications - aside from database actions - is sending email from code. |
|
In this article Soyuj Kumar explains the classes which are useful in .NET for sending an HTML e-mail with an embedded image, attachments and much more. |
|
In this tutorial we will learn how to send e-mails of both text and HTML formats using classes of System.Web.Mail namespace. |
|
Before starting, I should mention that if you have never used CDONTS or CDOSYS and just want to find out how to create a feedback form, read on, this is also written for you. |
|
A simple web form that lets the user upload multiple attachments to create and send email |
|
Need to send mail directly from your site? Learn how to use the SmtpMail class to do just that. |
|
In this article we'll look at the classes in the System.Net.Mail namespace and see how to send an email from an ASP.NET 2.0 page's code-behind class. We'll also look at specifying relay server information in Web.config and how this information can be |
|
|