Hi, is there any option/function in thirdparty/emailpassword/passwordless to send email after sucessfull registration?
r
rp_st
09/27/2022, 5:22 PM
Hey! You can send email yourself post sign up after overriding the sign up api for the recipe you have.
i
IaS1506
09/27/2022, 5:48 PM
Yea, i thought about it, but i have email verification feature in some recipes and want it after that
r
rp_st
09/27/2022, 5:49 PM
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
IaS1506
09/27/2022, 5:50 PM
"supertokens-node": "^11.3.0"
r
rp_st
09/28/2022, 3:30 AM
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