PHP Classes

not working

Recommend this page to a friend!

      PHP Email validation  >  All threads  >  not working  >  (Un) Subscribe thread alerts  
Subject:not working
Summary:yahoo ymail problem
Messages:3
Author:devrekli
Date:2018-10-15 19:25:31
 

  1. not working   Reply   Report abuse  
Picture of devrekli devrekli - 2018-10-15 19:25:31
Hello. I tried it now. The script is successful but it doesn't work for yahoo.

I tested it for yahoo and ymail. All mail addresses are valid.! fake or real, all valid for yahoo and ymail.

It works good for others. Would you fix that?(yahoo ymail)

thanks

  2. Re: not working   Reply   Report abuse  
Picture of devrekli devrekli - 2018-10-15 19:34:30 - In reply to message 1 from devrekli

  3. Re: not working   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2018-10-16 03:47:04 - In reply to message 1 from devrekli
Hello Cemil,

Unfortunately it is not possible to determine if an address is really valid this way.

Usually messages are accepted by the server and if the address is invalid the messages are bounced later.

So for Yahoo the class is not very useful.

Take a look at this article to understand better how email validation works.

phpclasses.org/blog/package/13/post ...

If you want to deal with invalid email addresses handling bounced messages, you may want to check this class:

phpclasses.org/package/9959-PHP-Han ...