Questions tagged [email-verification]

Email verification is the process determining whether a particular email-address can actually receive mail and (usually) that a particular person has access to it (e.g. during an account signup process). This is distinct from email validation, which is concerned simply with determining whether a given string is a valid email address (leaving aside the problem of whether it exists, or who owns it).

500 questions
2
votes
0 answers

Parse.com - Email Verification and adding a new object with Swift

I have got my Parse.com login view controller and sign up view controller working just fine but I would like to do email verification. So when the user has verified through email, they can enter the app but if not, they are denied access. Also, I…
2
votes
0 answers

Email verification link expires on some computers

I wrote an email verification script in php and it works fine for me but when some users click on the link it is already expired. I investigated and it looks like to me that link is visited by their email client or mail protection service before…
mysterious
  • 1,450
  • 5
  • 29
  • 56
2
votes
1 answer

Asp.net Identity Email Verifcation Token Not Recognized

We are using Microsoft's Identity Framework v2.0 in a web forms application. All is working well. We decided we want to add email verification as part of the new account set up process. If we validate the token after it is created in the same…
2
votes
1 answer

Meteor: Accounts.sendVerificationEmail customising behavior

Can someone please provide the correct method to send an email verification upon user creation? This is the important part... a) I would like the user to have immediate access upon signing up. But if the user has not yet clicked clicked on the…
meteorBuzz
  • 3,110
  • 5
  • 33
  • 60
2
votes
1 answer

MVC Identity - Use UserManager.ConfirmEmailAsync to check token expired.,

I am using MVC 5 with OWIN identity authentication. I have not touched the default auth code. (VS 2013). Sometimes I get "error: Invalid token" when UserManager.ConfirmEmailAsync() is called. I want to know if it's the case were a user clicked the…
2
votes
1 answer

Mails from website with 2-step verification in Gmail

In my website I use gmail to send mails. I use Pear mail in the frontend and cURL in the backend. I have two mail accounts managed by gmail: one is a gmail account and the other has my own domain but is managed by Google Apps. I can send emails from…
Medical physicist
  • 2,510
  • 4
  • 34
  • 51
2
votes
2 answers

quickblox user signup and verification

Is there a way to verify a user via the email address provided when they sign up using the Quickblox iOS SDK? If not, what would be the best way to verify the user using Quickblox?
hd5
  • 93
  • 5
2
votes
0 answers

DNN 7 Verification Code and Email - How To Resend, Verify Programmatically When Code Is Available?

When a user completes registration and logs in for the first time, they are forwarded to some page and are told to go to their email and click the verification link. We're using DNN 7 and Up. Sometimes, users don't get the verification email, and as…
Mickael Caruso
  • 8,721
  • 11
  • 40
  • 72
2
votes
0 answers

Verify an email/password combination with Ruby

I'm writing a Ruby (2.0) command line app that involves sending email from an email/password combination provided by the user. (To simplify things for now, I'm only working with Gmail accounts.) By using Ruby's Mail gem, I got email sending worked…
NcAdams
  • 2,521
  • 4
  • 21
  • 32
2
votes
1 answer

Is there any option to send "Reminder" mail for account activation?

I need to send reminder mail after user create the account.if user does not activate the account in 24hrs i want to send reminder mail to customer like(Your account is not active till now). Is there any default option in magento or any other way to…
MeenakshiSundaram R
  • 2,837
  • 3
  • 29
  • 41
1
vote
2 answers

Email verification using telnet fear of marked as spam

Problem Background: I have a 35K+ user members and growing fast. I am planning to migrate to Amazon SES service. Amazon SES has a criteria to reduce the quota or even terminate service based on bounce-back emails. I send promotional emails to my…
Raza Ali
  • 23
  • 3
1
vote
0 answers

Myspace Developers Portal no Access

I want to create a new application at myspace but when I tried to get access to myspace API. I always get the following message: We're sorry, but you must verify your email address first! You cannot access many MySpace features until you complete…
Muhammad Usman
  • 10,426
  • 22
  • 72
  • 107
1
vote
2 answers

Privacy issue with email verification

I'm currently working on a small website and my customer is very concerned with privacy issues. I'm implementing a user registration with common email verification, i.e. when a user wants to register he needs to provide an email address and an email…
MartinStettner
  • 28,719
  • 15
  • 79
  • 106
1
vote
1 answer

Symfony email-verification - expired link

I made the security process in my symfony app. That allready works, but if the email-verify link is expired, how to make a new link "request a new link." ? Like is asked on this picture : The link to verify your email has expired I made the security…
thicre
  • 11
  • 2
1
vote
0 answers

Firebase Incorrect Password Error After Account Verification in Next.js App

I'm working on Firebase authentication within my Next.js app. After a user signs up using email and password, I require account verification during their initial login. However, after account verification, an issue arises on the second login attempt…