I am sending many emails from outlook, only few wer delivered and others are in Outbox. How to send outbox emails?

I had sent 100s of emails from the bot, around 40 were delivered and 60 are in outbox, i am opening outlook manually and sending it , is there any posibility to send by bot earlier itself?
how to overcome this scenario?

Hi @MitheshBolla - I guess there is no direct method to send an email from outbox. Please check the below thread for alternatives

@MitheshBolla

One workaround you can try is to get the mails from outbox and check if it is delivered or not…or get items from sent items immediately after sending if it is not there then send again in a retry scope or a loop…

That way if something is stuck we can retry

Also its better you give some delay if youa re sendinbtg multiple emails in a loop…so that that next email comes in once the previous is sent

Cheers