2

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

papakias
  • 2,925
  • 3
  • 13
  • 20

1 Answers1

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