How to send email via O365(Azure) with a different account(name)?

Hey guys!

I have a service account registered in Azure with the proper permissions to send email and read the box.

It turns out that there is a need to communicate with the external customer and the current account name is not user friendly.

Is there any configuration to be done in Azure that allows me to add the Account (email sending property in UiPath) different from the main account and it works?

Ex:
My main account registered in Azure: asbc@empresa.com.br

Account that I want to send the email to the external client:

comunicacao@empresa.com.br

Is it possible to do this while keeping the first account or do I necessarily have to create this new account in Azure and grant the permissions?

@Jesse_Pereira_De_Oliveira

Welcome to the community

One workaround would be to create a shared account and can send email as that account instead of your main account

Cheers

Thanks for the answer.

And how is the issue of permissions in Azure?

I don’t know if I understood your solution well.