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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How hunter.io, rocketreach.co and neverbounce.com verify emails?

2 点作者 quotz超过 5 年前
These services can verify whether certain emails exist. How do they do it? It cant be that theyre sending emails and wait for them to bounce?

1 comment

jabbslad超过 5 年前
From <a href="https:&#x2F;&#x2F;hunter.io&#x2F;email-verifier" rel="nofollow">https:&#x2F;&#x2F;hunter.io&#x2F;email-verifier</a> :-<p>* Valid format: First, we verify the format of the email address is correct and looks something like &quot;email@provider.com&quot;.<p>* Gibberish Email Address: We check to ensure the address doesn&#x27;t look like a random email address. For example, 1e49cs1pb6@company.com * doesn&#x27;t pass the test.<p>* Disposable Email Address: We check if the email address has a domain name used for temporary email addresses.<p>* Webmail Email Addresses: We verify if the email address uses a webmail like Gmail or Yahoo.<p>* Presence of MX Records: We check if there are MX records on the domain. If there aren&#x27;t, the email address can&#x27;t receive emails.<p>* Presence of SMTP Server: This check is successful if we are able to connect to the SMTP server (indicated in MX records).<p>* SMTP Check: We test the email address and see if it bounces or not, without sending an email.<p>* Accept-all Domain: We check if the server has a catch-all policy which accepts all the email addresses.<p>For the &quot;SMTP check&quot;, they will be doing something like this, programatically: <a href="https:&#x2F;&#x2F;www.labnol.org&#x2F;software&#x2F;verify-email-address&#x2F;18220&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.labnol.org&#x2F;software&#x2F;verify-email-address&#x2F;18220&#x2F;</a>
评论 #21541634 未加载