Platform

Setup Parse email verification

Introduction

In this guide, you will learn how to use Verification emails.

Goal

  • Change the Parse Server version.

Prerequisites

There are no pre-requisites to read this page, however, to edit it you should be the owner.

Verification emails

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:

In order to edit enable the Email Verification, please take a look at the following steps:

  1. Go to your App at Back4App Website and click on Server Settings.
  2. Find the “Verification emails” block and click on Settings.
  3. Click on Verify User Email box.
  4. Fill in the empty fields and modify the ones that have already been filled based on your preferences.
  5. Click on the SAVE button.

Note that you need to reach us in our live chat if you wish to edit the email body.

Would you like to use your own email verification tool?

If you want to use an alternative service, take a look at one of which guide below:

Conclusion

At this point, you have learned how to enable your email verification and customize it.