Use nhost.auth.sendVerificationEmail to send a verification email to the specified email. The email contains a verification-email link. When the user clicks the verification-email link their email is verified.

nhost.auth.sendVerificationEmail({ email: 'joe@example.com' })

Parameters


__namedParameters required SendVerificationEmailParams

PropertyTypeRequiredNotes
__namedParameters.emailstring✔️
__namedParameters.optionsRedirectOption