I'm 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. Do you have any way to resolve this?
To validate I'm sending some commands per socket:
HELO dominio.com.br
FROM: <[email protected]>
RCPT TO:<[email protected]>
Using the above commands I get several system messages.