I am trying to use Autoit function in python for automation and I'm unable to figure out how to execute uploading multiple files through Autoit function.
My automation includes sending an email individually with image files attached to the email. The count of image file will vary for every email I send and I am unsure how to execute the same. Since Autoit requires the path of the file to be attached and in my case the name of the file and the count of attachments varies each time.