The SMTP mail Message activity included in the Uipath.Mail.Activities = 1.10.4 is not working. It throws following error
If the package is downgraded to v1.9.5 the activity works fine.
This error message shows that the problem is with hostname, but in previous versions, with the same hostname the activity was working fine. Also in the new package version the IMAP activity works absolutely fine with the same hostname.
Hi @kumar.varun2
I’ve tested the activity from version 1.10.4 with parameters Server = “smtp.office365.com” & Port = 587 & SecureConnection = Auto & User = “…@outlook.com”. It worked fine for me.
But I’ve seen this issue happened to others as well, so I would like to make a call together to show me how it behaves at your side. I will write you a private message.
If possible, I would like to schedule a call with you this week to have a look at your environment, as we cannot reproduce the behavior. Would that be fine with you?
This error tells you what the problem is. You’re probably using a DNS name (ie smtp.yourcompany.com) and that DNS name isn’t referenced in the certificate. Have your security team fix the certificate.