getconversio/email-deep-validator

validmailbox = null, on Production

Closed this issue · 2 comments

Hi

My code works perfect on Production , but i get validmailbox - null everytime, though it works perfect on localhost.
I tried vit my gmail account but it shows validmailbox = null.

Thanks

dukei commented

For me it checks for mailbox on Windows and always return validmailbox = null on centos. Why is that?

finally, i got my this issue resolved.
Port 25 was blocked on my production server, thats why it was giving validmailbox as NULL.