Friends,
as i received a lots of request for sharing "tutorials on making utility and tools".
now i am going to share this small online tool for verify email id, by using mx record.
below is the code for this tool,
How to use:-
Just save all code in a file name "verifyemail.php", and upload to a server which support php hosting.
Click here to check live working..
Working:-
we are using a Form to post email on self, (verifyemail.php).
when php variable set to email it will check valid format you can read whole code (it's simple and small :) ),
after that as a final step php breaks the email into two parts (user @ domain).
after that we are performing checkdnsrr function to check whether MX Record Exist or not.
hope you will like this small tool, i will soon share some more interesting tools.
No Comment to " Verify Email Online : With Source Code And Explanation. "