When I use the Send Outlook Mail Message activity, I keep receiving the same email twice.
There is no problem when users send emails using Outlook.
Has anyone solved it?
When I use the Send Outlook Mail Message activity, I keep receiving the same email twice.
There is no problem when users send emails using Outlook.
Has anyone solved it?
Hi @sumouse
Try to add some delay after Send Outlook Mail Message.
If this doesn’t work, try to use Send SMTP Mail Message. You can store your credentials, port number and server name in Assets and call them.
Regards
It’s best practice to add delay before you read emails from Outlook as outlook downloads the latest emails once started/opened.
Add delay after sending email as Outlook takes some time based on the size of the email to send. Outlook first creates the draft, then it moves to Outbox and then to Sent.
So add some delays before finishing bot execution as per your email size and the issue should be fixed.
Thanks,
Ashok ![]()