kakshay21 / verify_email

verify-email can verify any email address by efficiently checking the domain name and pinging the handler to verify its existence.
https://pypi.org/project/verify-email/
MIT License
132 stars 32 forks source link

Proxies for mail servers #50

Open bluusun opened 1 year ago

bluusun commented 1 year ago

maybe obvious - but what is the easiest way to use proxies for this?

kakshay21 commented 11 months ago

I've seen a few folks using it in serverless architecture like AWS lambda or GCP cloud functions as a proxy to delay the blocking from email providers.