PHP Classes

email validation: Bulk email validation

Recommend this page to a friend!
  All requests RSS feed  >  email validation  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

email validation

Edit

Picture of Syed Asif by Syed Asif - 9 years ago (2015-03-30)

Bulk email validation

This request is clear and relevant.
This request is not clear or is not relevant.

+4

I need to do bulk email validation using MX record check and SMTP response to determine if the email exists actually.

Ask clarification

2 Recommendations

PHP Mailing List Sanitizer: Validate a list of email addresses

This recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of zinsou A.A.E.Moïse by zinsou A.A.E.Moïse package author package author Reputation 5840 - 6 years ago (2017-12-22) Comment

This is a solution for a list based on the package below from Manuel lemos.

  • 2 Comments
  • 3. Picture of Arpita G by Arpita G - 5 years ago (2018-10-31) in reply to comment 2 by zinsou A.A.E.Moïse Reply

    This code is not taking the data of a csv file. but it is taking the headings. so, I cant able to verify my email address. If you let me know the process, it would be better for me. Thank you in advance.

  • 4. Picture of Arpita G by Arpita G - 5 years ago (2018-11-20) in reply to comment 2 by zinsou A.A.E.Moïse Reply

    Yahoo email addresses are not checking here. For every yahoo mail address it is showing valid but its not


PHP Email validation: Determine if a given e-mail address is valid.

This recommendation solves the problem.
This recommendation does not solve the problem.

+3

Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 23950 - 8 years ago (2015-08-16) Comment

This class can perform the type of email validation that you request first checking the MX record and them simulating a email delivery using SMTP.

You can speedup the process if you have many email addresses to validate using whitelists or blacklists, for instance to accept all gmail.com addresses.

It can also detect invalid addresses that result from typos, so it avoids doing even the MX record lookup.

  • 1 Comment
  • 1. Picture of Anand Poduri by Anand Poduri - 6 years ago (2017-11-07) Reply

    How to verify if i have a list of email IDs in CSV file?


Recommend package
: 
: