- 1,251 categories
- 40,829 scripts
- In this article we will be discussing on how you can send emails using your ASP.NET applications.
In ASP.NET application, you can send electronic mails by using either the SmtpMail class or the MailMessage class found in the System.Web.Mail namespace.
- Categories
- Platforms
- Licenses
- Sending email in ASP.NET 2.0 it''s still very easy, but a bit more complicated than in ASP.NET 1.1. To start sending emails you need to use System.Net.Mail namespace. This is new namespace in .NET 2.0 Framework. System.Net.Mail can only send ema...
- Categories
- Platforms
- Licenses
- In this article, you''ll see how sending email with ASP.NET is possible and then we''ll go deeper to see how you can use HTML emails or include attachments.
- Categories
- Platforms
- Licenses
- This article describes how to send emails with attachments using System.Web.Mail namespace from an ASP.NET page. Full source code available for download.
- Categories
- Platforms
- Licenses