Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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
Posted

1 solution

It seems like you're running an SQL server on your computer. If you have no use for it, uninstall it or disable it from starting every time Windows start. You might also want to run "services.msc" (without the quotes) from the "Run" command and check if you have an SMTP service. If that service is "stopped" or "disabled", double click on it to enable "start" it and change its "startup type" to "automatic"

Keep in mind that if you disable or uninstall your SQL server software, you don't need this service.
Also check this out.
http://www.dotnetspider.com/forum/182756-The-server-response-was-5.5.1-Authentication-Required.aspx[^]
OR
http://forums.asp.net/p/1327338/3667481.aspx[^]

Good Luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900