I am having an issue with a SharePoint 2013 workflow not working when the “Send Email” action is utilized. Every other part of the workflow is working as it should.
The error I get is: RequestorId: f44ac52a-0202-dafe-d2f7-400168d2e1bb. Details: System.ApplicationException: HTTP 400 {“Transfer-Encoding”:[“chunked”],”X-SharePointHealthScore”:[“0”],
It appears that the request does not even make it to the SMTP server. It hits that action and cancels.
I have configured workflow manager. The User Profile services and synch are running fine. The FIM services are running fine along with the Service bus services. I had this working for a short period of time and then it stopped working. I originally thought that this may be a permissions error but as the User profile services and all the other services running under this account are running properly that makes me think that it is something else.
I am not running the workflow under system account.
I have tried running the workflow under other accounts and get the same result.
Has anyone else had this error? If so what did you do to resolve it? Any help is appreciated!
Is your user profile service and sync up and running? Have you tried hard-coding an actual email address into the field? In your user profile sync, do you have email addresses being brought back?