email-verifier
email-verifier copied to clipboard
Some ready-to-use tool using "email-verifier"?
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
Does https://github.com/AfterShip/email-verifier/blob/main/README.md help you?
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.
What's your exact use case?
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.
Add the repo to Gemini, ask for what you just asked here, test , debug, fix and use.
Hello @meanguin, good suggestion, thank you.