SharePoint Outgoing Email Error 160003 and 10060 from ULS

Marc Cumos 126 Reputation points
2022-10-11T03:52:39.237+00:00

All,

Been a while since I've been on the forum. Hope everyone is doing well.
Run into a strange problem this weekend with outgoing email in the farm. All workflows are giving errors since late Friday stating
"The e-mail message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly."

I haven't changed these settings in years since the farm was stood up.

I checked the ULS logs and saw these two errors
249193-1.png

the smtp server is outside the farm. Port 25 is open as well.

Any suggestions would be appreciated!

Microsoft 365 and Office | SharePoint Server | For business
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sreeju Nair 12,666 Reputation points
    2022-10-11T04:33:47.547+00:00

    The SMTP Connect error 10060 indicates that there is a connectivity problem to your SMT P Server. You may need to check the connectivity between your server and SMTP host.

    https://www.courier.com/error-solutions/smtp-connect-error-10060/

    You may use telnet command from the SharePoint Server(s) to ensure that there is connectivity to SMTP Server.

    https://learn.microsoft.com/en-us/exchange/mail-flow/test-smtp-telnet?view=exchserver-2019
    https://www.comparitech.com/net-admin/telnet-smtp-test/

    Hope this helps


  2. Xuyan Ding - MSFT 7,601 Reputation points
    2022-10-11T08:34:19.273+00:00

    Hi @Marc Cumos ,

    As a supplement:

    • Have you tried testing the SMTP functionality with telnet as sreejukg said? You can also try using PowerShell to send emails from SharePoint.
    • Make sure that nlsookup and tracert show the correct information from the SharePoint server to your SMTP server hostname.
    • Check for firewall issues inbound to the SMTP server or outbound to the SharePoint server.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


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.