PHP Classes

Work on a localhost not in my server

Recommend this page to a friend!

      PHP Email validation  >  All threads  >  Work on a localhost not in my server  >  (Un) Subscribe thread alerts  
Subject:Work on a localhost not in my server
Summary:S 220-We do not authorize the use of this system to transport un
Messages:7
Author:Isabel Sistelmed
Date:2017-06-28 14:01:25
 

  1. Work on a localhost not in my server   Reply   Report abuse  
Picture of Isabel Sistelmed Isabel Sistelmed - 2017-06-28 14:01:25
Dear Manuel,

first of all many thanks for this amazing project!

Seems like all is working in my localhost (WAMP) but when I put the project in my server all the emails are valid.

S 220-We do not authorize the use of this system to transport unsolicited

I don't know what I have to do or tell to my hosting to solve it.

Best regards and may thanks

  2. Re: Work on a localhost not in my server   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2017-06-28 20:28:50 - In reply to message 1 from Isabel Sistelmed
That means that your hosting company is blocking the outgoing port 25.

So, unless you use a different hosting, you cannot use the remote SMTP server testing step that the class implements.

But you can still use the class for testing common typos and DNS records.

  3. Re: Work on a localhost not in my server   Reply   Report abuse  
Picture of Isabel Sistelmed Isabel Sistelmed - 2017-06-29 07:12:53 - In reply to message 2 from Manuel Lemos
many thanks for your quick reply and congratulations for your project!

  4. Re: Work on a localhost not in my server   Reply   Report abuse  
Picture of Isabel Sistelmed Isabel Sistelmed - 2017-06-29 15:07:38 - In reply to message 2 from Manuel Lemos
Sorry Manuel,

I was thinking about your project and I have a question. Would be possible to put the configuration of my gmail account in your project to send emails via SMTP to validate if a email address is correct or not?

I mean if it's possible to put the smtp host and port that uses googlemail.

I don't know if I explained well :s

Many thanks

  5. Re: Work on a localhost not in my server   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2017-06-30 08:17:49 - In reply to message 4 from Isabel Sistelmed
Sorry no because when you use Gmail I do not know if the receiving server will accept the message or not.

  6. Re: Work on a localhost not in my server   Reply   Report abuse  
Picture of Isabel Sistelmed Isabel Sistelmed - 2017-07-07 14:22:34 - In reply to message 5 from Manuel Lemos
Thank you very much, I'm sorry I answered late

  7. Re: Work on a localhost not in my server   Reply   Report abuse  
Picture of ADEMESO DAMILARE ADEMESO DAMILARE - 2019-03-24 07:50:29 - In reply to message 5 from Manuel Lemos
Good day Manuel, could you please do a video demo of our package as I don't seem to understand how to upload bulk files for validation even though it i working on a per email address basis.
Thank you