79357644

Date: 2025-01-15 09:26:02
Score: 3
Natty:
Report link

Try using below code along with above answer: var smtpClient = new SmtpClient("smtp.gmail.com") { Port = 587,Credentials = new NetworkCredential("gmail emailid", "App Password"), EnableSsl = true,};

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29206711