Is there a way to validate an e-mail address using mx record validation in javascript? For example I see that there is a PHP function for that (checkdnsrr) but my implementation is in Javascript/angular/Ionic and I cannot find a way to do this
Asked
Active
Viewed 648 times
2
-
ok thank you. please post your comment as an answer too. – papakias Jul 15 '16 at 09:34
-
1http://stackoverflow.com/questions/1976712/using-mx-records-to-validate-email-addresses – Matz Reckeweg Jul 15 '16 at 09:41
-
@MatzReckeweg I don't use PHP like the one who asks the question – papakias Jul 15 '16 at 10:08
1 Answers
0
You have to use a webservice for that. Create a small service that validates through mx validation and return the result to js

chf
- 743
- 4
- 14