I’m using Send SMTP mail message to send Outlook emails as client cannot get Outlook app on their server. But I get the below error, wondering if anyone has a resolution?
I was able to resolve it in the past for a Gmail account by allowing less secure apps. But not sure how to handle it for Outlook account.
I also tried Send Exchange Mail Message but got an error that “the underlying connection is closed”
In order to narrow down your issue and exclude the UiPath Studio cause, open a PowerShell console and check the below scripts. If they are working and you can send and receive the emails, that means some configuration in UiPath Studio is the issue. If not, double-check the SMTP server credentials.
Thanks everyone, issue was resolved by using the internal smtp, a different port nr and finally changed Authentication property of Send SMTP email to None.