You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you accept a PR that adds async methods for deliverability checking? A quick look suggest it would entail a new validate_email_deliverability function, with some duplicated logic, and a new validate_email function which could probably share almost all logic with the existing one.
Hi,
Thank you for creating this excellent library.
Would you accept a PR that adds async methods for deliverability checking? A quick look suggest it would entail a new
validate_email_deliverabilityfunction, with some duplicated logic, and a newvalidate_emailfunction which could probably share almost all logic with the existing one.Thanks.