Render Razor View To String In ASP.NET Core To Send E-mail With MailKit
How To Render Razor View To String This post is a continuation of the last post I wrote couple of days ago about How To Send E-mail In ASP.Net Core Using Mailkit. From the last post, we were able to send a successful e-mail using MailKit with no problem. Therefore, in this post I’m going…