John Conde

  • Home
  • About Me
  • Blog
  • Send Me An Email

Tag Archives: tutorial

Reply

Tutorial: PHP Email Address Validator

Posted on August 2, 2020 by John Conde

The Email Validator library builds upon PHP’s built in filter_var($emailAddress, FILTER_VALIDATE_EMAIL); by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list. Continue reading →

Posted in Programming | Tagged PHP, tutorial | Leave a reply
Reply

Going Deeper Into Email Address Validation

Posted on August 2, 2020 by John Conde

We all recognize an email address when we see one. They are comprised of a unique identifier, the @ symbol and a domain name (i.e. example.com). But is it really that simple? Can you tell which of the following email addresses are valid and which ones are not? Continue reading →

Posted in Programming | Tagged PHP, tutorial | Leave a reply

Blog

  • Programming
  • Personal Stuff
  • SEO
  • Internet Stuff
  • Randomness
  • Software
  • Politics

Find Me Elsewhere

  • StackOverflow
  • Pro Webmasters
  • SitePoint
  • Github

Social

  • Twitter
  • Last.fm
  • LinkedIn

© 1998 - 2025 John Conde