My SharePoint 2013 has stopped sending emails suddenly. I have checked my SMTP settings and outgoing email from central admin and have tried to use PowerShell to test it via this command:
[Microsoft.SharePoint.Utilities.SPUtility]::SendEmail($spWeb ,0,0,$email,$subject,$body)
Which returns false
.
Can you please advise what else I could check?