System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated

That error message is typically caused by one of the following:

  • Incorrect connection settings, such as the wrong port specified for the secured or non-secured connection
  • Incorrect credentials. I would verify the username and password combination, to make sure the credentials are correct.

Leave a Comment