Forum Discussion
Test SharePoint
Jan 22, 2019Brass Contributor
Emails not going out from workflows/alerts on SharePoint 2013
The emails are not going out from any Wf's or alerts on my SP2013. I have a single server architecture. I have checked the outgoing email server settings: I am bit unsure about the outgoing SMTP se...
- Jan 22, 2019Could also be that the connector changed?
I would install telnet if you don't have it on the SharePoint server, then telnet relayIP 25
Then you can do like
helo yourdomain.com
mail from:you@yourdomain.com
rcpt to:something@yahoo.com
data
.
to test the smtp connection from the server.
spucelik
Microsoft
Jan 23, 2019Make sure the mail server you're relaying off of is configured to allow traffic from the SharePoint server.
- Test SharePointFeb 28, 2019Brass Contributorthank you very much