I am using send mail activity from Microsoft Office 365 v1.11.1 package for sending the emails from my process. Some times few emails are stuck in the draft folder and process will behave as normal flow. I have tested the email with same body, attachment and recipients with the same flow to confirm any of the three have any issue but it worked.
There is no special timing for the occurrence of the issue. Any help on this would be grateful.
It is only one more api request that you are doing…to get the exact subject mail which you sent…ideally there are no delays so it ahpuld not affect a lot on the time
Okay, we have also using the same account over multiple processes but this process (intended to send emails to 2-3k partners) will continuously send emails in 2 separate jobs simultaneously mean while others will only send email at the end of the process(Summary email) and exception emails if any.
One thing we observed is that send email is failing or for that matter any office 365 activity if used continuously is failing and with a retry scope around it we are able to make it work…But we never saw some issue that it is left in sent items…
And when we used retry scope the increase in time is also very less and yes we have few bots which send around 350+ emails in one run but not 2-3K though but even in that bot only with retry scope aroung the send mail activity we were able to negate the effect