Send email verification link method
With "Send email verification link" method, you can implement email verification in your application.
This method will send a verify link to the user email and after user go to that link, you will need to call "Verify email" method to verify the email.
Parameters
- Email: This is a required function field where you can return user's submitted email.
- Redirect url: This is a required function field where you can return the url of the page in which you plan to redirect user from email.