Remix.run Logo
JdeBP 3 hours ago

Mailgun's validation API, presumably the underpinnings of Pangram's, returns more than a simple yes/no validity. My educated guess is that this is part of figuring out all of those extra fields.

* https://mailgun.com/products/validate/

* https://documentation.mailgun.com/docs/validate/oas/openapi-...

legitster 2 hours ago | parent [-]

This is a good bet, particularly this:

> Catch email addresses that have turned into honey pots

> Make smart decisions on who you should and shouldn’t send to using our risk score

Identifying honeypots is tricky business. Sending something that looks like obvious spam from random burner domains and seeing if it still gets delivered is not a bad way to do it.

mcv 2 hours ago | parent [-]

Yeah, but any site that uses signup email addresses to send spam should be immediately blacklisted. Sending spam to potentially legitimate email addresses is a really bad idea and should destroy any credibility you may have had.