Hi, is there any option/function in thirdparty/ema...
# support-questions-legacy
i
Hi, is there any option/function in thirdparty/emailpassword/passwordless to send email after sucessfull registration?
r
Hey! You can send email yourself post sign up after overriding the sign up api for the recipe you have.
i
Yea, i thought about it, but i have email verification feature in some recipes and want it after that
r
Oh right. So you can override the APIs for email verification and send it after that. Which version of the backend SDK are you using? And which backend SDK?
i
"supertokens-node": "^11.3.0"
r
The override object on the backend should have a field called emailVerificationFeature which would have a apis field which you can use to override the email verify api