Sending Email With Gmail and Hotmail Account Using ASP.NET Core Services
Sending email from any SMTP server from ASP.NET CORE application is pretty easy, but the flow of command is slight different in core environment. Gmail SMTP server address is smtp.gmail.com. It requires implicit SSL or explicit SSL (TLS) connection, and you… Continue Reading
