From 7bb8701f42112c54e5717b1daa7059e8ec3040c1 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Fri, 5 Jan 2024 18:58:38 +0530 Subject: [PATCH] adds caution for email service --- v2/emailpassword/email-delivery/about.mdx | 8 ++++++-- v2/emailpassword/email-delivery/default.mdx | 1 + v2/passwordless/email-delivery/about.mdx | 6 +++++- v2/passwordless/email-delivery/default.mdx | 1 + v2/thirdparty/email-delivery/about.mdx | 6 +++++- v2/thirdparty/email-delivery/default.mdx | 1 + v2/thirdpartyemailpassword/email-delivery/about.mdx | 6 +++++- v2/thirdpartyemailpassword/email-delivery/default.mdx | 1 + v2/thirdpartypasswordless/email-delivery/about.mdx | 6 +++++- v2/thirdpartypasswordless/email-delivery/default.mdx | 1 + 10 files changed, 31 insertions(+), 6 deletions(-) diff --git a/v2/emailpassword/email-delivery/about.mdx b/v2/emailpassword/email-delivery/about.mdx index e24cfcf65..ac02e78c0 100644 --- a/v2/emailpassword/email-delivery/about.mdx +++ b/v2/emailpassword/email-delivery/about.mdx @@ -16,10 +16,14 @@ The following emails are sent by this recipe: In this section, we will explore how to customise the design and delivery method of these emails. ## Method 1) Default behaviour -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. +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. Learn more about the default email templates and this method in the [default service section](./default). +:::caution +Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods below. +::: + ## Method 2) Use your own domain / SMTP server Using this method, you can provide your own SMTP server's config and the emails will be sent using those. Use this method if you want to: - Send emails using your own domain. @@ -33,4 +37,4 @@ This method allows you provide a callback using which you can send emails howeve - You want to do some custom spam protection before sending the email. - You already have an email sending infrastructure and want to use that. -Learn more about this method in the [Custom method section](./custom-method). \ No newline at end of file +Learn more about this method in the [Custom method section](./custom-method). diff --git a/v2/emailpassword/email-delivery/default.mdx b/v2/emailpassword/email-delivery/default.mdx index d725ec92d..7577f62c3 100644 --- a/v2/emailpassword/email-delivery/default.mdx +++ b/v2/emailpassword/email-delivery/default.mdx @@ -19,4 +19,5 @@ You can see the default email UI here: - 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.io` email 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. +- Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods mentioned in this section. ::: diff --git a/v2/passwordless/email-delivery/about.mdx b/v2/passwordless/email-delivery/about.mdx index 307032cbe..ec65918ef 100644 --- a/v2/passwordless/email-delivery/about.mdx +++ b/v2/passwordless/email-delivery/about.mdx @@ -12,10 +12,14 @@ The following emails are sent by this recipe: In this section, we will explore how to customise the design and delivery method of these emails. ## Method 1) Default behaviour -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. +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. Learn more about the default email templates and this method in the [default service section](./default). +:::caution +Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods below. +::: + ## Method 2) Use your own domain / SMTP server Using this method, you can provide your own SMTP server's config and the emails will be sent using those. Use this method if you want to: - Send emails using your own domain. diff --git a/v2/passwordless/email-delivery/default.mdx b/v2/passwordless/email-delivery/default.mdx index 7da56e849..dda96f63f 100644 --- a/v2/passwordless/email-delivery/default.mdx +++ b/v2/passwordless/email-delivery/default.mdx @@ -20,4 +20,5 @@ You can see the default email UI here: - 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.io` email 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. +- Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods mentioned in this section. ::: diff --git a/v2/thirdparty/email-delivery/about.mdx b/v2/thirdparty/email-delivery/about.mdx index 16ee3a8b3..62a8ce960 100644 --- a/v2/thirdparty/email-delivery/about.mdx +++ b/v2/thirdparty/email-delivery/about.mdx @@ -12,10 +12,14 @@ The following emails are sent by this recipe: In this section, we will explore how to customise the design and delivery method of these emails. ## Method 1) Default behaviour -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. +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. Learn more about the default email templates and this method in the [default service section](./default). +:::caution +Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods below. +::: + ## Method 2) Use your own domain / SMTP server Using this method, you can provide your own SMTP server's config and the emails will be sent using those. Use this method if you want to: - Send emails using your own domain. diff --git a/v2/thirdparty/email-delivery/default.mdx b/v2/thirdparty/email-delivery/default.mdx index 365bb4689..71da7468d 100644 --- a/v2/thirdparty/email-delivery/default.mdx +++ b/v2/thirdparty/email-delivery/default.mdx @@ -15,4 +15,5 @@ You can see the default email UI here: - 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.io` email 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. +- Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods mentioned in this section. ::: \ No newline at end of file diff --git a/v2/thirdpartyemailpassword/email-delivery/about.mdx b/v2/thirdpartyemailpassword/email-delivery/about.mdx index e24cfcf65..6a0031d0e 100644 --- a/v2/thirdpartyemailpassword/email-delivery/about.mdx +++ b/v2/thirdpartyemailpassword/email-delivery/about.mdx @@ -16,10 +16,14 @@ The following emails are sent by this recipe: In this section, we will explore how to customise the design and delivery method of these emails. ## Method 1) Default behaviour -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. +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. Learn more about the default email templates and this method in the [default service section](./default). +:::caution +Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods below. +::: + ## Method 2) Use your own domain / SMTP server Using this method, you can provide your own SMTP server's config and the emails will be sent using those. Use this method if you want to: - Send emails using your own domain. diff --git a/v2/thirdpartyemailpassword/email-delivery/default.mdx b/v2/thirdpartyemailpassword/email-delivery/default.mdx index 0ba6b79d6..0b1f1dfb1 100644 --- a/v2/thirdpartyemailpassword/email-delivery/default.mdx +++ b/v2/thirdpartyemailpassword/email-delivery/default.mdx @@ -19,4 +19,5 @@ You can see the default email UI here: - 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.io` email 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. +- Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods mentioned in this section. ::: \ No newline at end of file diff --git a/v2/thirdpartypasswordless/email-delivery/about.mdx b/v2/thirdpartypasswordless/email-delivery/about.mdx index f0d2d90dc..a6ead573d 100644 --- a/v2/thirdpartypasswordless/email-delivery/about.mdx +++ b/v2/thirdpartypasswordless/email-delivery/about.mdx @@ -13,10 +13,14 @@ The following emails are sent by this recipe: In this section, we will explore how to customise the design and delivery method of these emails. ## Method 1) Default behaviour -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. +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. Learn more about the default email templates and this method in the [default service section](./default). +:::caution +Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods below. +::: + ## Method 2) Use your own domain / SMTP server Using this method, you can provide your own SMTP server's config and the emails will be sent using those. Use this method if you want to: - Send emails using your own domain. diff --git a/v2/thirdpartypasswordless/email-delivery/default.mdx b/v2/thirdpartypasswordless/email-delivery/default.mdx index d47bf939e..457501ec6 100644 --- a/v2/thirdpartypasswordless/email-delivery/default.mdx +++ b/v2/thirdpartypasswordless/email-delivery/default.mdx @@ -22,4 +22,5 @@ You can see the default email UI here: - 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.io` email 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. +- Emails sent via our service is free and may land up in user's spam due to the high number of apps that use our service. If you want to avoid this, we recommend using one of the other methods mentioned in this section. :::