RE: Problem with sending email in Purchase Requisition
So, on GP 18.0, there is no option for using modern authentication, so that is ruled out.
When you see emails not sent to approvers for purchase requisitions, does the workflow itself route to the correct approver(s) based on any conditions on the workflow step(s)?
If so, at the same time the issue occurs, can you successfully send yourself a test email from the Workflow Setup window and receive it?
If you do and you receive it, then it wouldn't seem like an issue with the procedures, but more a matter of whether or not the SQL Server account can validate the approver(s) which is why I was curious if the workflows route as they should, and even if they do route, the SQL account still has to be able to get the email address to the approver(s) from their AD user card.
If you're truly running the execute wfDeployClrAssemblies script and it gets the emails working again, then it may be more a .NET issue on the server itself, which is why I was also curious if this script comes back as having run successfully, or there are errors?
Thanks