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
rp_st
07/28/2023, 4:02 AM
Hey. It is fully featured
rp_st
07/28/2023, 4:03 AM
By default, the email and sms sending happens by calling our managed service api, even if you are self hosting the core
rp_st
07/28/2023, 4:03 AM
But you can change that by providing your own smtp or twilio credentials
rp_st
07/28/2023, 4:03 AM
Or just overriding the sendEmail / sendSms function
rp_st
07/28/2023, 4:03 AM
See our docs - email delivery and sms delivery section.