AfterShip / email-verifier

:white_check_mark: A Go library for email verification without sending any emails.
MIT License
1.21k stars 154 forks source link

added method for fetching disposable emails from given url #117

Closed neel-bp closed 6 months ago

neel-bp commented 6 months ago

added a method for updating disposable domains map from given url, its a separate method which does not touches any existing functionality and is completely optional, it can be used by people who want to use their own list of domains and handle updating of the file by themselves (which is what we are after.) thanks.