I have an Excel document that I want to mail via exhange.
The thing is, I am using reframework and I dont want to hard code the mails in to the process.
I want the robot to get the mails from the config file and send the mail to those email adresses that I will write into the Config file. I dont want the robot to send individual mails to each person, I want to mail them all at once with the attached excel file.
First you should need to create dictionary variable and then based on that name you can access it’s value from Config file. Once refer InitAllSettings.xaml workflow in REFramework template.