Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validator is no longer works correctly #31

Open
adammokhlisse opened this issue Nov 2, 2017 · 3 comments
Open

Validator is no longer works correctly #31

adammokhlisse opened this issue Nov 2, 2017 · 3 comments

Comments

@adammokhlisse
Copy link

ive been testing your Script and the issue i have faced is in the script it self i think id dont respond correctly to hotmail emails.
array(2) { ["o.imejad@hotmail.com"]=> bool(true) ["domains"]=> array(1) { ["hotmail.com"]=> array(2) { ["users"]=> array(1) { [0]=> string(8) "o.imejad" } ["mxs"]=> array(6) { ["hotmail-com.olc.protection.outlook.com"]=> int(2) ["mx3.hotmail.com"]=> int(5) ["mx2.hotmail.com"]=> int(5) ["mx1.hotmail.com"]=> int(5) ["mx4.hotmail.com"]=> int(5) ["hotmail.com"]=> int(0) } } } }
as Seen it respond as its true but when i send s simple email i get respond like this .
"o.imejad@hotmail.com
Remote Server returned '550 5.5.0 Requested action not taken: mailbox unavailable.'"
how can you justify this issue . i lock forward to hear your answer.

@zytzagoo
Copy link
Owner

zytzagoo commented Nov 3, 2017

The SMTP server says the address exists. That's as far as this kind of validation can take you.

Whether delivery to the mailbox works is another issue (and could be only temporary unavailable or deliberate/permanent, only Hotmail really knows...).

I get the same result as far as SMTP communication goes. I did not try sending an email manually to that random address (for what I'm hoping are obvious reasons...)

@adammokhlisse
Copy link
Author

can you make it user friendly for non php programmers make it simple for usage
php validator.php list.txt validhere.txt

and in validator.php add links of smtp-email-validator.php
this should be really useful and more easy to work with bcz your script really hard on beginners.
its array into other array into other array .
but any way your still doing great job and big respect .

@fozyhosy
Copy link

Nice work man, great job!!
But like already adam say before: the result is a complex array..
This not mean your script is bad !!
But if you make it better..
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants