4
I recently came across a tool which will take a list of email addresses, and attempt to cleanse it of the nonsense addresses that people use when wanting to download/sign up for something without receiving the resulting emails (e.g. asdf@asdf.com).
The tool in question was Email Validation Tool by Softsea.
It first rules out spurious email domains by performing a DNS lookup, and then can also go on to connect to the appropriate SMTP server to ask it whether the mailbox in question actually exists. Unfortunately I was not able to configure the tool correctly in order to get this second step to work, as I could not understand what configuration data it needed (it asked for an SMTPID?).
My question is this:
Can anybody recommend/share their experience of a slightly more user friendly tool to achieve this? or failing that point out where I'm going wrong with this one in particular!?
The tool wouldn't need to be free, but I'm looking for one that is pretty straight forward to use.
You can't log into a smtp server without valid credentials, so that option seems moot. – Unfundednut – 2010-02-02T00:37:12.060
You may not be able to send mail without credentials, but you can certainly connect to an SMTP session. At a telnet prompt, try "o smtp.gmail.com 587". That will allow you to connect and issue SMTP commands (HELO etc) to a gmail SMTP server. – BenA – 2010-02-02T15:38:17.230
1asdf@asdf.com is a perfectly valid e-Mail address by the way. – Michael Stum – 2010-02-05T04:17:37.053
Was about to say, I'm gonna register asdf@asdf.com if it's appently 'invalid' ;)) – djsmiley2k TMW – 2017-09-28T14:56:21.757