validate-emails icon indicating copy to clipboard operation
validate-emails copied to clipboard

can the script itself be open sourced?

Open gammons opened this issue 1 year ago • 2 comments

Hi, this README is excellent. I am the solopreneur of truelist.io and I wanted to see how Truelist's results stack up against the services you've measured in the README. Wondering if you could open source the script and test list so I could add Truelist's results as well!

gammons avatar Jun 05 '24 10:06 gammons

Hi Grant thanks for the kind words and for taking the time in reaching out here.

I wrote the script for my private use in assisting me with my clients - mainly Xenforo forum owners in cleaning their email lists. As such, I have no intention of open-sourcing the script. And the test list of working emails segment at least are my own email addresses so not something I'd want to be sharing :)

All my clients would be cost-conscious, so they would look at PAYG pricing rather than monthly - hence the list of email verification providers I ended up selecting to test.

centminmod avatar Jun 08 '24 20:06 centminmod

No problem, I understand.

Anyways, I read your reddit post. Yahoo's mail servers are configured for accept-all, so mail verification services have to find alternate methods of determining if an email exist (e.g. they can't do it just via SMTP validation). Depending on how MillionVerify is doing that, you may indeed have run into a bug.

One other thing I'll mention is that depending on the size of the list and how many emails appear on the same domain, rate limiting can occur on the host. If you're verifying using an api in real time (e.g, you're waiting for the results during the request), that not usually enough time to retry transient temporary connection errors, and thus you might get an incorrect 'invalid' result sometimes. This is especially true if the host is using a weird our outdated mail server - especially one that does greylisting.

Truelist competes on price with a lot of the services you tried (although some are significantly cheaper, but you get what you pay for IMO), so it might make sense to add it to the pile.

gammons avatar Jun 09 '24 11:06 gammons