I’ve been searching around but could t find the an...
# general
u
I’ve been searching around but could t find the answer to this: the self-hosted version of SuperTokens core is fully featured, right? But do I need to set up my own email or sms integrations if I want to implement the passwordless login recipe?
r
Hey. It is fully featured
By default, the email and sms sending happens by calling our managed service api, even if you are self hosting the core
But you can change that by providing your own smtp or twilio credentials
Or just overriding the sendEmail / sendSms function
See our docs - email delivery and sms delivery section.
u
Awesome thanks for the info!