As I am getting an output error like"open application 'outlook.exe inbox, path does not exist. Verify the path is correct, due to no input files suppose to send the mail, here mail is sending to dl but still I am getting an error, please advise on this.
I guess you are attaching some files too in mail (means an argument will be present in the attachment ) that argument may not have value or null
please recheck , if attachment is not needed remove the argument
@Gopala_Krishnan_A ,
If you are passing an argument then it should shouldnt be null,
You can do one thing,
Give a if condition, check whether the variable that is given as argument is empty or not…! If it is empty give a sent mail activity without passing argument
If variable has value then u can keep the same mail activity with the variable