Workflow Progress After SMTP Server Failure
Status: Validated
QUESTION
If using a workflow to send an email notification and the SMTP server is unavailable, does Nintex process that as an error and stop the workflow, or does the workflow continue and disregard that the email was not sent?ANSWER
The workflow does not stop if the SMTP server is unavailable.- Emails are sent using the provided SMTP client.
- Emails rejected by the SMTP server are not resent.
- However, if any errors occur after calling the “Send” method, they are logged in the Application Event log and the “Send” method is called again.