简体   繁体   English

Web 应用程序注册的电子邮件验证

[英]Email Verification for Web App Registration

Im working on a SAAS web app/website and trying to figure out the best way to make the sign up/registration as easy as possible for the user.我正在开发一个 SAAS 网络应用程序/网站,并试图找出使用户注册/注册尽可能简单的最佳方法。

So far, we've got it down to only a few fields for the user to fill in, as soon as they hit "sign up" I thought it would look nice to display a loading animation with "creating your account" and fade right in to the interface.到目前为止,我们已经把它归结为只有几个字段供用户填写,一旦他们点击“注册”,我认为显示带有“创建您的帐户”和淡入淡出的加载动画会很好看进入界面。

I've noticed that a bunch of successful web applications are currently allowing registration and sending the user directly into the application without requiring an email registration for access.我注意到许多成功的 Web 应用程序目前允许注册并将用户直接发送到应用程序中,而无需通过电子邮件注册进行访问。

I just really need some clarification - is the email verification thing only around so the company cannot be accused of spamming users?我真的需要澄清一下 - 电子邮件验证是否仅存在于公司不能被指控向用户发送垃圾邮件? (ie when they send out routine emails) (即当他们发送常规电子邮件时)

Is there any way around this?有没有办法解决? Obviously to use the app correctly, they would need to receive the routine emails.显然,要正确使用该应用程序,他们需要接收常规电子邮件。 What are your thoughts on this?你对此有何看法?

Thanks Everyone感谢大家

我不确定案件是否已解决,但是当您尝试注册时,我们在 mailcheck.co 上做了完全相同的解决方案,不会访问无效的电子邮件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在php中注册-电子邮件验证不起作用 - Registration in php - email verification not working 如何在 extjs 中的注册表格后发送验证 email - How to send verification email after registration form in extjs django rest-auth 注册返回“验证 email 已发送”但没有 email 被发送并且没有密钥发送/返回 - django rest-auth registration returns "verification email sent" but no email gets delivered and no key sent / returned 电子邮件验证 - Email verification NodeJS-在注册验证电子邮件中发送Json Web令牌(JWT)是否安全? - NodeJS - Is it safe to send Json Web Token(JWT) in register verification email? FirebaseUI Web电子邮件验证和登录右侧被切断 - FirebaseUI Web email verification and Right side of login cut off 从我的 Android 应用程序通过电子邮件发送 otp 以进行注册和验证 - Send otp via email from my Android app for signup & verification 通过Heroku Rails应用程序使用DNS和SMTP检查电子邮件验证 - Email Verification with DNS & SMTP Check from Heroku Rails App 在哪里使用解析为Android应用添加电子邮件验证码 - Where to add email verification code for android app using parse Chrome Web App和发送电子邮件 - Chrome Web App and Sending Email
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM