asp.net-coreSending Email in .Net Core apps using MailKit
Introduction
Currently .Net Core does not include support to send emails like System.Net.Mail from .Net. MailKit project (which is available on nuget) is a nice library for this purpose.
Sending Email in .Net Core apps using MailKit Related Examples