PHP Classes

hotmail and yahoo

Recommend this page to a friend!

      PHP Email validation  >  All threads  >  hotmail and yahoo  >  (Un) Subscribe thread alerts  
Subject:hotmail and yahoo
Summary:email_validation.php
Messages:5
Author:jgodino
Date:2011-06-11 14:18:57
Update:2011-08-08 19:58:56
 

  1. hotmail and yahoo   Reply   Report abuse  
Picture of jgodino jgodino - 2011-06-11 14:18:58
Hi:

This class is excellent.
I need your help. We have trouble with hotmail.com and yahoo.com.
Do I need setup something else?


Resolving host name "hotmail.com"...
Connecting to host address "65.55.72.151"...
Failed.

Result is -1

Thanks in advance!!!

Regards

Javier

  2. Re: hotmail and yahoo   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-06-11 23:28:40 - In reply to message 1 from jgodino
I suspect that you have a firewall in the machine you run PHP that is blocking outgoing SMTP connections.

Unfortunately this is common in shared hosting company servers. In that case there is nothing you can do about that, except for switching to another hosting provider that does not have such limitation.

  3. Re: hotmail and yahoo   Reply   Report abuse  
Picture of jgodino jgodino - 2011-06-12 16:05:05 - In reply to message 2 from Manuel Lemos
Hi Manuel:

I tried again from my local computer to show the result for a valid email with other domain.


EMAIL: xxx@sginfra.com.ar

Resolving host name "sginfra.com.ar"...
Connecting to host address "201.235.253.7"...
Connected.
S 220-tutmosis.servidoraweb.net ESMTP Exim 4.69 #1 Sun, 12 Jun 2011 12:54:05 -0300
S 220-We do not authorize the use of this system to transport unsolicited,
S 220 and/or bulk e-mail.
C HELO sginfra.com.ar
S 250 tutmosis.servidoraweb.net Hello 2-252-235-201.fibertel.com.ar [201.235.252.2]
C MAIL FROM: <info@sginfra.com.ar>
S 250 OK
C RCPT TO: <glorietas@sginfra.com.ar>
S 250 Accepted
C DATA
S 354 Enter message, ending with "." on a line by itself
This host states that the address is valid.
Disconnected.
FIN VALIDACION DE EMAIL: El email : xxx@sginfra.com.ar is a valid email. Result: 1


I will run the script from my host.

Thanks

Javier

  4. Re: hotmail and yahoo   Reply   Report abuse  
Picture of Stefan Drugda2 Stefan Drugda2 - 2011-08-08 12:59:56 - In reply to message 3 from jgodino
not working for centrum.sk ... pobox.sk ...

Not correct address: pekolllssro@centrum.sk

test_email_validation.php: "pekolllssro@centrum.sk" is correct !! bad result !!

to same: pekolllssro@pobox.sk


  5. Re: hotmail and yahoo   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-08-08 19:58:56 - In reply to message 4 from Stefan Drugda2
The address may be bad but the mail server of that domain accepts messages sent to that address, even it bounces the messages later. There is no way for the class to know if a message is bounced after it was already accepted.