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 should use your Gmail email address as the user name for ESMTP authentication. So basically […]

Read More →