• Sends a verification email to the specified email address.

    Parameters

    • email: string

      The email address to send the verification email to.

    • name: string

      The name of the user to include in the email.

    • token: string

      The verification token to include in the email.

    Returns Promise<boolean>

    A promise that resolves to a boolean indicating whether the email was sent successfully.