--- title: "[How Do I:] Use ASP.NET to Send Email from a Web Site | Microsoft Docs" author: rick-anderson description: "In this video Chris Pels shows how to create and send an email in an ASP.NET web site. First, learn about the core classes in the System.Net.Mail namespace f..." ms.author: aspnetcontent manager: wpickett ms.date: 08/28/2008 ms.topic: article ms.assetid: 97f7323a-efc6-4e32-9a16-b011ed2a781b ms.technology: dotnet-webforms ms.prod: .net-framework msc.legacyurl: /web-forms/videos/how-do-i/how-do-i-use-aspnet-to-send-email-from-a-web-site msc.type: video --- [How Do I:] Use ASP.NET to Send Email from a Web Site ==================== by [Chris Pels](https://twitter.com/chrispels) In this video Chris Pels shows how to create and send an email in an ASP.NET web site. First, learn about the core classes in the System.Net.Mail namespace for sending mail in an ASP.NET web site. See how to create an email message using the MailMessage class including how to use the MailAddress class for the From address and how to include one or more To addresses. Next, see how email is sent using the SmtpClient class. Finally, learn about the additional options for configuring the email message such as CC, BCC, Priority, and adding attachments. [▶ Watch video (25 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-use-aspnet-to-send-email-from-a-web-site)