Send Outlook mail to the name in excel

Hi

I have an excel which contains name of people , Now I want my BOT to pick the name from Excel and send outlook mail to them .

I have full name available as Jacobs,Mark . Now I want this person named Mark to get the email from my account . Mark has the email domain same as mine so the mail should go to Mark.Jacobs@abc.com

Any solutions ?

Note : Its not always name@abc.com that will give the complete address it can in some cases be name2@abc.com , I need to search the name in directory fetch their email id and send them the email .

@XYZ_1991,

After entering name, send hot key ‘Ctrl+K’.

Can you send the example code . The send outlook email activity asks for To , what should i put in To ?

@XYZ_1991,

Sorry, by using send outlook mail activity we can’t send hot key.

Here, we have to convert name to email then it will work but one problem is as you said sometimes name2@abc.com also there in that case it will fail I think.

Better option would be pick email adders from excel. because with same name you will get multiple email address and it can pick up first one. but are you sure that is the correct email that you need to send ?
So better to maintain excel sheet with email address.

@Murali_Kandimalla,

Yes, if the excel has all employees email address then we can easily read and do. But he said it contains only names of the employees.