TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Has anyone ever used an email validation API?

13 点作者 federiconitidi超过 5 年前
Title says it all, pretty boring topic but hey :) Have you ever implemented apis to perform SMTP email validation?<p>I&#x27;m talking about those services generally used to clean CRM from inactive&#x2F;expired emails, helping to reduce bounce rates and keep a good deliverability. Example of providers are BriteVerify, DataValidation, NeverBounce, etc.<p>I’m doing a little market research and was curious to hear about use cases, volume of email verified in your situation, general developer feedback.<p>Thanks &amp; enjoy your we!

4 条评论

twunde超过 5 年前
I worked at one company that used them (after a domain was disabled for high bounce rate). We found that most of the invalid emails were from transcription errors, typically typos in yahoo.com, gmail.com etc. Most don&#x27;t catch the none@email.com type of errors, although frankly those are easy enough to validate yourself. My general feeling is that if you&#x27;re collecting emails electronically you don&#x27;t need it, but if the email list is created via someone doing data entry for paper records, then they&#x27;re helpful.
评论 #21619102 未加载
评论 #21617325 未加载
zhte415超过 5 年前
Sure, this could be a critical customer requirement.<p>Use case: A client has signed up for a service and is paying to receive a report. In this case, they receive a link to download. No tracking embedded in emails.<p>Verification: 2 review cases. Monthly review.<p>Case 1: Email bounces from server.<p>Case 2: Email doesn&#x27;t bounce but not checking report.<p>In both cases, sales&#x2F;customer service get in contact with the customer.<p>For Case 1, to check an appropriate email address (client contact leaving, mailbox full&#x2F;disused, etc).<p>For Case 2, largely to check if reporting can be more useful (i.e. actually look at the report) which can result in interesting ideas about better integrating into their workflow&#x2F;needs, though spam-whitelisting is also sometimes a factor here.<p>I tried the links you provided with an email address on my personal domain that I know not to be deliverable, and it was reported as deliverable.
评论 #21619355 未加载
alam2000超过 5 年前
Do you have any issue with the ESP for high bounced rate? If yes, then cleansing is a good way to recover from it.<p>Otherwise, your list is just fine and you do not need to have email validation.
评论 #21618903 未加载
piadsurvey超过 5 年前
validation Api, nice argument i would read more about that
评论 #21619994 未加载