email-verifier icon indicating copy to clipboard operation
email-verifier copied to clipboard

Some ready-to-use tool using "email-verifier"?

Open sitemapxml opened this issue 10 months ago • 6 comments

Hi,

Is there some ready-made tool using this library?

Alternatively, even some code templates with appropriate docs should work; I am not so comfortable programming in Go, and paid tools are heavily overpriced. That's why I'm asking this...

Any answer is appreciated.

Thanks

sitemapxml avatar Feb 02 '25 22:02 sitemapxml

Does https://github.com/AfterShip/email-verifier/blob/main/README.md help you?

VolkerLieber avatar May 11 '25 17:05 VolkerLieber

Hello, unfortunately, no... I was thinking about some command-line program or even GUI app using this library, just like if you have some regular Unix utility that you provide with some list of email addresses, and it starts validating them and saving validated addresses in some file.

It would be surprising to hear that nobody made such a thing, taking into account the moderate popularity this project has.

sitemapxml avatar May 13 '25 23:05 sitemapxml

What's your exact use case?

VolkerLieber avatar May 14 '25 00:05 VolkerLieber

I have some mailing lists I would like to occasionally validate to avoid hard bounces.

For example, the simple program taking a column-based list of emails, performing validation, and saving only the list of functional mailboxes to a separate file would probably be a great starting point for additional tweaking, and I am sure that many users actually want to see and use something like that.

sitemapxml avatar May 15 '25 21:05 sitemapxml

Add the repo to Gemini, ask for what you just asked here, test , debug, fix and use.

meanguin avatar May 25 '25 21:05 meanguin

Hello @meanguin, good suggestion, thank you.

sitemapxml avatar May 26 '25 14:05 sitemapxml