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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Webapp verification emails are becoming snail emails

5 点作者 philhill超过 10 年前
i&#x27;m having this issue with 2 businesses i&#x27;m working on. we are sending out automated verification emails to users signing up for our saas. these emails can take up to 15 minutes to arrive in the Inbox - there appears to be no pattern.<p>we use Mandrill as one transaction provider and sendgrid as another. the emails are shown as sent&#x2F;delivered but the emails are taking far longer to show in the Inbox.<p>Anyone having the same issue? Any ideas on fixes?

5 条评论

iSloth超过 10 年前
Do you really need to have eMail verification before the user is allowed to do anything?<p>In my application I let the user use the service for a week before actually doing any kind of blocking, simply displaying a bright red banner at the top of the page will prompt the majority of people to login to their eMail and verify, and for the ones that are waiting for an email it&#x27;s no bit issue.<p>May be also think about sending an email and have a button&#x2F;link for people that are still waiting, then use something like Twilio to verify them via SMS or Call if it really is vital to prove their identity before any kind of access is given.
Someone1234超过 10 年前
Email is one of those technologies which makes no real assurance about delivery speed. Which is to say that the receiving party can delay it substantially as a spam-fighting technique (e.g. Gmail) and you cannot REALLY complain because email makes no assurance.<p>If you want near instant delivery then may I suggest Text Messages? They will often be delivered within a minute and cost very little with the right provider (e.g. Twilio).
评论 #8427958 未加载
alttab超过 10 年前
Don&#x27;t require verification for the first hour if you can, and try not to worry about it, or change your provider.<p>In the end, you only have control over how fast your mail is sent. The e-mail provider of the client determines when it is received.<p>Good on you for tracking and measuring it though.
seven超过 10 年前
Those delays can be caused by greylisting.<p><a href="http://en.wikipedia.org/wiki/Greylisting" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Greylisting</a>
palidanx超过 10 年前
For Mandrill, did you set up DKIM on it? I am running verification e-mails via Mandrill and right now they are getting sent more or less real time.
评论 #8432484 未加载