Methods
sendEmailVerificationCode
This method allows you to send a 6 digit confirmation code to the specified email. User can request one email per minute and also has the daily limit of 31 emails.
You can implement the method as following.
verifyEmailVerificationCode
This method verifies the code sent by the above method. Remember that the code is only valid for 3 minutes. You can implement the method as following.