sendMailOTP

fun sendMailOTP(completion: (Completion<Boolean>) -> Unit)

Sends a mail to the user that provides an OTP.

Parameters

completion

The block to be called when the request is completed including either the information if the mail has been sent successfully or a Throwable.