Related resources for How to send email in ASP.NET C#
  • Send Mail Using SendGrid In .NET Core2/12/2017 1:39:29 AM. Sending mail in .NET Core is not easy, as .NET Core does not support SMTPClient class. So, this article explains how we can send mail in .NET Core using SendGrid.