0
I am developing a PHP system that sends SMTP commands for email validation, but the problem is that in some providers my IP is added in Blacklist. Is there any way to fix it?
To validate I am sending some commands by socket:
HELO dominio.com.br
FROM: <[email protected]>
RCPT TO:<[email protected]>
Using the above commands I can pick up several messages from the system.
What are these commands? It’s hard to answer so because you can’t know exactly what you’re doing wrong.
– Victor Stafusa
I edited the question
– Carlos Pereira
It seems to depend on the amount of queries you make per server.
– Tony