Hey! We launched a new API for sending SMSs and emails: Email sending: - Provide your SMTP server ...
r
Hey! We launched a new API for sending SMSs and emails: Email sending: - Provide your SMTP server config and the backend SDK will send emails based on the initialised recipes. - Override email sending completely so that you can utilise any existing infra that you have to send emails. - Docs on https://supertokens.com/docs/thirdpartyemailpassword/email-delivery/about (for thirdpartyemailpassword recipe) - Debug logging when sending emails via our APIs SMS sending: - Provide your twilio account info and the backend SDK will send passwordless login SMSs. - Override SMS sending completely so that you can use your own existing infra to send SMS, or even send messages using whatsapp / fb messenger. - Use our new SuperTokens service for sending SMSs - over time, we will optimise this to reduce SMS cost and also fight against SMS spam / misuse. - Docs on https://supertokens.com/docs/passwordless/sms-delivery/about (for passwordless recipe) - Debug logging when sending SMSs via our APIs Available on SDK versions: - nodejs: >= 9.3.0 - golang: >= 0.6.8 - python: >= 0.8.4 This is a non breaking change - older methods / callback functions of sending emails / sms will still work as is.