Use send mail activity from O365 package. And provide different account/profile details. You can use this activity even if any of the profiles are not setup in your current machine.
Don’t have native activity for this. Ui activities like click, type into is the only option to open the desired profile and then use the Outlook activities.
If you have the profiles already set up on your machine, you can use the “Send Outlook Desktop Mail Message” activity and pass in the email address of the profile you want to use in the “Account” field
@dc0dr This works @Bilal.RPA You should use one activity for a profile. So if you want to send from 3 diffferent profiles, you use three of this activity and specify the account for each. This works in the same process.
Try and use a Use Application/Browser activity to open Outlook first.
Then see if a Select Item activity is able to select the desired profile from the dropdown menu (alternatively use two Click activities).
When Outlook is open, you can use the Send Outlook Desktop Mail Message to send your message.