<@!498057949541826571> in a previous conversation,...
# support-questions
u
@User in a previous conversation, you had recommended the following... > Another way would be to override the sendVerificationEmail function on the frontend override -> emailverification -> functions and make it do nothing. Then add some JS to listen to on click for the resend email button, and call the API manually. But here, if the user doesn't click on resend, then an email won't go to them at all, which is bad UX. So you would probably have to modify the screen to add to add a send email button. > I'm looking for this
sendVerificationEmail
function in the docs (https://supertokens.io/docs/auth-react/interfaces/recipe_emailpassword.RecipeInterface.html), but I'm unable to find it. Do you have a reference you could point me towards?