Question

Do you have an email validation tool you'd recommend?

Looking at ways to make sure people don't mistype their email when they sign up. Sendgrid has a verification API—have you used it and does it work well, or do you have other email verification tools you'd recommend?

Mentioned
#Email Marketing #Transactional Email #SendGrid #Twilio #Clearbit #Mailgun
Share
connordoner's avatar
2 years ago

We were planning to use Sendgrid at work, but it's pretty expensive for validation. Mailgun do something similar, but their sales team seem only to speak to BIG business.

1 point
maguay's avatar
@maguay (replying to @connordoner )
2 years ago

Interesting, did you end up going with anything else instead?

1 point
connordoner's avatar
@connordoner (replying to @maguay )
2 years ago

IIRC, we ended up just validating emails using a regex that we customised to ensure they were at a publicly-accessible domain (e.g. no connordoner@localhost etc). We did debate checking MX records, and testing an SMTP connection, but decided against it as it’d take a little while to do, and would block user flow.

2 points
maguay's avatar
@maguay (replying to @connordoner )
2 years ago

Gottcha, makes sense. That definitely might be worth doing in the interim at least. Thank you so much!

1 point
connordoner's avatar
@connordoner (replying to @maguay )
2 years ago

No worries! Judging on SendGrid’s marketing page, it looks like syntax validation and MX record checks are two of the main checks that they perform, so it may well be worth looking down that route.

1 point
The community for power users.