We are scraping data that includes a lot of email addresses. When the scraping fails to get the correct text of the domain, the process sort of fails when it sends email to an address that does not exist.
Is there any easy way of checking if a domain exist (through activity or code) ?
You can use the below regex to validate the domain name format using UiPath Regex IsMatch activity, but you need to validate the domain exist then you have to execute or call some third party tool only.
We’re talking about checking if the domain exists or not. Was thinking that there were some activity for this or someone knew how to use some dns commands to get this info. Anyone?