IIS SMTP Virtual Server, suddenly not sending emails

Lance Ricci 0 Reputation points
2025-04-15T20:29:45.8866667+00:00

I have a virtual smtp server running on a machine, I have another machine that is sending emails to that and forwarding to google (smtp.gmail.com). Was working for couple years now but suddenly, stopped. It is saying error "Action: failedStatus: 5.5.0

Diagnostic-Code: smtp;530-5.7.0 Authentication Required. For more information, go to

530 5.7.0 https://support.google.com/mail/?p=WantAuthError d2e1a72fcca58-73bd23342ddsm8959795b3a.164 - gsmtp"

I know that is saying it is a TLS error, but why was it working before? Nothing has changed. Unless google suddenly tightened up their smtp server?

Internet Information Services
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Lex Li (Microsoft) 6,032 Reputation points Microsoft Employee
    2025-04-16T06:44:48.12+00:00

    If you made no changes on this server, then it is very likely that changes on the remote server managed by Google were the cause of this problem.

    This shouldn't be surprising, because the security landscape is constantly changing and evolving, and Google is very actively driving the trend.

    BTW, if you were referring to "IIS SMTP Virtual Server Component" in "a virtual smtp server running on a machine", you must understand that its lifecycle ended in July 2015 and is no longer supported by Microsoft,

    https://learn.microsoft.com/en-us/previous-versions/aspnet/8b83ac7t(v=vs.100)

    So, you have to migrate away from such deprecated bits as soon as you can.

    0 comments No comments

  2. Bruce (SqlWork.com) 74,936 Reputation points
    2025-04-16T15:48:42.0566667+00:00

    google is updating their SMTP security. along with requiring higher TSL level, they are requiring oauth authentication.

    https://support.google.com/a/answer/14114704?hl=en

    you will need a replacement SMTP relay.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.