Sending Email To Gmail SMTP Code with ASP.NET Core MVC
We use the email sending process frequently in any web application. Sending mail with ASP.NET Core MVC is really simple. What we need to do is add class to Models folder and add controller to our controllers folder.
