-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Comments
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) |
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. |
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. |
Sometimes a mail may not be delivered for one or two reasons. How do I try resending email verification in such situations?
The text was updated successfully, but these errors were encountered: