How Can I Automate Sending Email from outlook with attachments?

How Can I Automate Sending Email from outlook with attachments? Can anyone please help?

Hi Rajniresh,

First I have to ask the question, does it have to be sent from outlook? why?

The reason I ask is there are python modules for sending emails via standard email protocols such as IMAP and SMTP, doing this might be a easier/faster/more reliable option if that’s an option for you.

Assuming you need to use outlook for some reason, though i’ve not tried to automate outlook I expect the flaui Library should be able to automate the outlook UI so that would be what I would try first.