how to send email in Asp.net mvc 5 [duplicate]
问题 This question already has answers here : Sending email in .NET through Gmail (23 answers) Closed 4 months ago . What code should I use to send email in C#? I tried to find a specific code so that I could send an email from my website. And then I get an error: "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at" public void sendEmail(string toEmail, string subject, string emailBody) { string