Hi,
can you provide more information?
How are you getting the mail? Are you doing it through browser or through an api?
you can use regex, get substring or get html for this.
How to retrieve emails from html
-
Hello,
I would like to create a simple template to look for and retrieve all emails located on an webpage. I tried with xpath with no luck so far..
Thanks for the help.
-
-
@TravelGreg2 Here is regexp to retrieve email
(?:(?:[^<>()[]\\.,;:\s@"]+(?:\.[^<>()[]\\.,;:\s@"]+)*)|(?:".+"))@(?:(?:[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(?:(?:[a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))