Hi ,
I have tried validating the domain regex provided above with test data using online tool. Am not successful in getting the correct validation.
We encountered an error 'Invalid email' when we tried to send email "[email protected]". So we thought of having validation of email from our side to send valid emails. Can you help me out with this?
Thanks,
Swetha
Hi Swetha,
The regular expression above is the one eSignLive uses. I would suggest reading it using a regex cheat sheet instead of an online tool: http://www.rexegg.com/regex-quickstart.html
Now, if you want to validate email addresses on your end, then the easiest way is to build your own regular expression: https://stackoverflow.com/questions/46155/how-to-validate-email-address-in-javascript
Reply to: Email Validation for Signers
Monday, August 21, 2017 at 09:24amReply to: Email Validation for Signers
Tuesday, August 22, 2017 at 01:17amReply to: Email Validation for Signers
Tuesday, August 22, 2017 at 05:13am