An E-mail verification class written in php

Source: Internet
Author: User
Tags mx record vmail
This article mainly introduces the usage of an E-mail verification class written in php, which is very simple and practical. you can directly use it with your reference. This class can be used to check whether an email uses the SMTP protocol effectively.

It can connect to the SMTP server defined in the MX record verified by the address domain name.

Simulate message transmission to check whether the specified recipient address is accepted as valid.

 Sample<? Php // www.codepearl.com include_once 'class. verifyEmail. php '; $ email = 'verify @ codepearl.com'; $ vmail = new verifyEmail (); if ($ vmail-> check ($ email) {echo 'email <'. $ email. '> exist! ';} Elseif ($ vmail-> isValid ($ email) {echo 'email <'. $ email. '> valid, but not exist! ';} Else {echo 'email <'. $ email. '> not valid and not exist! ';}?>

The above is all the content shared in this article. I hope it will be helpful for you to master PHP.

Please take a moment to share your article with your friends or leave a comment. Thank you for your support!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.