Hello AxonIvyTeam,
I implemented a process to generate many tasks and assign these tasks to the responsible person. and then system tried to send many "new task notification" at the same time. only some emails were sent and got a lot of this error message back.
"2022-08-17 07:04:53.936 ERROR [ch.ivyteam.ivy.system.email.internal] [ivy immediate job pool-thread-65] [executionContext=SYSTEM]
Could not send new task notification mail of task 123,456"
Questions:
- I would like to know the root cause, How can I find the real error message? log with DEBUG mode?
- Is there any process to resend the notification for this case?
- If it would be a case of emails limit exceeded/spam filter, would it be possible to configure like "max emails per sec" on the engine level?
- With my current implementation, I received "new task notification" twice for the same task id and I could not find the root cause. Could you please explain what is a logic to trigger this email notification? Can i find this queue job in DB table?
Thank you,
Surachet