Hello Everyone,
Tasks are getting suspended (error mentioned below). We have observed that it is happening when there are mails in bulk at a time.
Is it because of O365 mail service for email notifications used by Laserfiche Forms and Workflow??
Are there any concurrency limits of mails ?
Please help us with the same as we currently have to disable the mail notification as interim solution.
ERROR:
Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException
Message: Unable to send an email. Please contact your system administrator. SMTPServer: smtp.office365.com, ................
...............
Inner exception: System.Net.Mail.SmtpException
Message: The operation has timed out.
at WebCommonCtrls.EmailDeliver._DeliverEmail(MailMessage emailMessage, SmtpClient smtpClient, EmailMessage em, Int32 retryCnt)
at WebCommonCtrls.EmailDeliver.DeliverEmail(EmailMessage em, Int32 retryCnt)
at Laserfiche.Forms.CommonUtils.EmailDeliverFactory.DeliverEmailSync(IEntityContext context, EmailMessage em)