Here Mohammed Charolia has explained, how to send email using Gmail SMTP Mail Server in ASP.Net. IN This instance shows how to Send Email In Asp.Net Using Gmail Account. If you want to send mail using Gmail account or it's SMTP server in ASP.NET application if you don't have a working smtp server to send mails than sending e-mail with Gmail is best option. Gmail always take SSL/TLS authentication, therefore we need to enable the SSL property on Gmail Server port i.e.587 or 465 to send email in asp.net with c#. The SMTP address of Gmail is "smtp.gmail.com". 1 2 3 4 5 6 7Read More →The post Send Email In Asp.Net Using Gmail Account appeared first on TechMomin .