longvanren
Newbie
- Jan 24, 2022
- 14
- 0
I'm currently create a email verifier. And have gone through a lot of step but stuck on this last step
- Deep-level extended SMTP verifications on each email address
I have encounter problem with the last step is to perfom SMTP verifications.
- I try to check for mx record of that domain.Then try to connect to that smtp server. Then perfom command EHLO -> MAIL -> RCPT TO ... -> QUIT.
But i'm keep getting blacklist when try to connect to smtp server or after serveral connect my ip got blacklist.
But how did service like hunter.io or any service that have email verifier not getting on black list?
- My question is, is there any other way that this can be done? How do these services claim reliable validation in light of the above? I know that they are not going to reveal their methodologies, but can anyone on SO shed some more light?
- Deep-level extended SMTP verifications on each email address
I have encounter problem with the last step is to perfom SMTP verifications.
- I try to check for mx record of that domain.Then try to connect to that smtp server. Then perfom command EHLO -> MAIL -> RCPT TO ... -> QUIT.
But i'm keep getting blacklist when try to connect to smtp server or after serveral connect my ip got blacklist.
But how did service like hunter.io or any service that have email verifier not getting on black list?
- My question is, is there any other way that this can be done? How do these services claim reliable validation in light of the above? I know that they are not going to reveal their methodologies, but can anyone on SO shed some more light?