Verification emails
In this guide, you will learn how to use Verification emails.
- Change the Parse Server version.
There are no pre-requisites to read this page, however, to edit it you should be the owner.
Enabling email verification in an application’s settings allows the application to reserve part of its experience for users with confirmed email addresses.
Email verification adds the emailVerified key to the Parse.User object. When a Parse User’s email is set or modified, then emailVerified is set to false. Parse then emails the user a link that will automatically set emailVerified to true.
This block looks like this:
To edit and enable the Email Verification, please take a look at the following steps:
- Find the “Verification emails” block and click on Settings.
- Click on the Verify User Email box.
- Fill in the empty fields and modify the ones that have already been filled based on your preferences.
- Click on the SAVE button.
Note that you need to reach us in our live chat if you wish to edit the email body.
If you want to use an alternative service, take a look at one of which guides below:
At this point, you have learned how to enable your email verification and customize it.