In my process I used send Outlook mail message activity to send completion email. Bot runs successfully in unattended but in my outlook application I’m not receiving the completion email.
I checked the logs it says completion email sent.
And if I run again the bot in unattended I’ll be getting that previous bot completion email and current completion email together.
Add some delay after sending the email as it does take time to send email out from outlook. If there is no delay bot session gets closed immediately which keeps the sent email in Outbox of the Outlook.
To avoid this, good practice will be using O365 or SMTP protocol
1.Add a Delay After Sending the Email and check if it works fine because it may take time for receiving the email
2.Verify Email Account Configuration is correct and configured properly