I made automation with UiPath that extracts data from Excel file and sends them to specific email addresses specified in that excel.
The issue I have is that when people respond, the response should not come to my email but to the email of the specific department. I should not have access to or login details for the email of the department.
How to can I make sure the sender is shown as a specific email address that is not mine?
I want to change an email address so people who receive the email don’t see the personal email I use to send emails. They should see the email of the company department which I would like to specify somewhere in UiPath.
I should not know the login details of other departments’ emails. Right now I am getting an error
Send SMTP Mail Message: 5.2.252 SendAsDenied; mail@company.co.uk not allowed to send as mail2@company.co.uk
STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message [BeginDiagnosticData]Cannot submit message.
Do I need to know other departments’ login details?
Ok, as I understand it’s not possible without knowing the login details for the other account. I will open another thread about how to connect UiPath and Mailgun as it may be way to go.