We had a client getting the below message every time they tried to send an email, sending a test email from the workflow config also threw the error stating it was timing out trying to contact the workflow management service. In all other actions, Workflow was working, but the problem could not be resolved without restarting the workflow service to essentially re-construct it's state in memory.
What causes it to stop allowing SMTP messages like this?
<InnerException> <ExceptionType>System.Net.Mail.SmtpException, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType> <Message>The operation has timed out.</Message> <Source>System</Source> <HelpLink /> <Property name="StatusCode">GeneralFailure</Property> <Property name="EmailSyncLevel">1</Property> <Property name="StartTime">6/1/2022 3:20:04 PM</Property> <Property name="EndTime">6/1/2022 3:21:44 PM</Property> <Property name="Duration">00:01:40.0127120</Property> <Property name="InstanceId">395fe6ee-b947-4b52-a0d4-8ad0212b0a5d</Property> <Property name="ActivityName">Email_EmailWithAttachments</Property> <Property name="Workflow">NotifyofFailedEmails</Property> <Property name="ContextGuid">395fe6ee-b947-4b52-a0d4-8ad0212b0a5d</Property> <Property name="TargetSite">Void Send(System.Net.Mail.MailMessage)</Property> <Property name="HResult">-2146233088</Property> <StackTrace> at System.Net.Mail.SmtpClient.Send(MailMessage message) at Laserfiche.Workflow.Activities.Email.Runtime.EmailTaskExecutor.Execute(EmailTaskOptions options, TaskExecutorContext status)</StackTrace> </InnerException>