Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-send email verification ? #3088

Closed
yaaminu opened this issue Nov 21, 2016 · 3 comments
Closed

re-send email verification ? #3088

yaaminu opened this issue Nov 21, 2016 · 3 comments

Comments

@yaaminu
Copy link

yaaminu commented Nov 21, 2016

Sometimes a mail may not be delivered for one or two reasons. How do I try resending email verification in such situations?

@FridaySG
Copy link

FridaySG commented Nov 22, 2016

Write a Cloud Code function and implement a mail provider. Mailgun has a a library you can use with Cloud Code I believe. Here's an example of someone doing so here: #1258 (comment)

@AmrKafina
Copy link

In the parse hosted service, you can resend the verification email by re-setting the email of the user. You can just toggle the last character of the user's email and reset it, and parse will send the verification email again.

Not sure if this functionality is still present on parse-server though.

@hramos
Copy link
Contributor

hramos commented Nov 29, 2016

Thanks for your question!

We want to make sure to keep signal strong in the GitHub issue tracker – to make sure that it remains the best place to track issues that affect the development of Parse Server.

Questions like yours deserve a purpose-built Q&A forum. Would you like to post this question to Stack Overflow with the tag #parse.com? We'll be happy to answer there. Post a link to your Stack Overflow question here, so that we don't lose track of it.

You may also use Server Fault for questions about managing your own servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants