There are 3 possible ways to change template email verification:
- Sendgrid: https://help.back4app.com/hc/en-us/articles/360032214231-How-can-I-use-my-own-verification-email-tool-SENDGRID-
- Mailgun: https://help.back4app.com/hc/en-us/articles/360028152251-How-can-I-use-my-own-verification-email-tool-MAILGUN-
- Change only Email Verification text: https://www.back4app.com/docs/platform/parse-email-verification
You can change the plain text from the email verification that is sent to the client. To do this just go My Apps (top bar menu) > Server Settings > Verification emails.
Then follow this link here.
After the user confirms the email, he/she can be redirected to your own custom page.
1) Create your own HTML page called "verify_email_success.html", and upload it in Cloud Code section > public folder.
Don't forget to deploy it.
2) Go to Server Settings > Custom Parse Options.
3) Insert the following configuration:
{
"customPages": {
"verifyEmailSuccess": "https://YOUR_OWN_SUBDOMAIN.b4a.app/verify_email_success.html"
}
}
Please note that you must have your own subdomain.
There are other options, such as redirect after changing the password. Please access the link below to check them out!
https://www.back4app.com/docs/platform/custom-parse-options
If you need any help, please contact support team!
Comments
0 comments
Please sign in to leave a comment.