Method 1) Default service
If you provide no configuration for email delivery, the backend SDK sends emails by talking to our servers on https://api.supertokens.com (for both self hosted and managed versions). This requires no setup from your side and can be used in production.
You can see the default email UI here:
- Default passwordless login with OTP template and its source code. 
- Default passwordless login with magic link template and its source code. 
- Default passwordless login with magic link and OTP template and its source code. 
important
- We do not log / store any of the info sent to our API that send out emails on behalf of your app.
- Emails are sent using noreply@supertokens.ioemail ID. If you want to use your own domain, please see one of the other methods in this section.
- You cannot customise the email template when using this method. If you want to customise the emails, please see one of the other methods in this section.