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?
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.
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.
Gottcha, makes sense. That definitely might be worth doing in the interim at least. Thank you so much!
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.
Looking for a better way to plan remote meetings across time zones, and keep up with events. What software is doing that best today?
Interesting, did you end up going with anything else instead?