diff --git a/en/identity-server/7.0.0/docs/guides/notification-channels/configure-email-provider.md b/en/identity-server/7.0.0/docs/guides/notification-channels/configure-email-provider.md new file mode 100644 index 0000000000..15dd0d29d0 --- /dev/null +++ b/en/identity-server/7.0.0/docs/guides/notification-channels/configure-email-provider.md @@ -0,0 +1,3 @@ +{% set product_name = "WSO2 Identity Server" %} + +{% include "../../../../../includes/guides/notification-channels/configure-email-provider.md" %} diff --git a/en/identity-server/7.0.0/mkdocs.yml b/en/identity-server/7.0.0/mkdocs.yml index 8032d02190..f381b01691 100644 --- a/en/identity-server/7.0.0/mkdocs.yml +++ b/en/identity-server/7.0.0/mkdocs.yml @@ -969,9 +969,9 @@ nav: - Usage: connectors/onfido/usage.md - Reference: connectors/onfido/reference.md - Try it: connectors/onfido/try-it.md - - Email & SMS: + - Notification Channels: - Configure SMS Provider: guides/notification-channels/configure-sms-provider.md - - Configure Email Provider: deploy/configure/email-sending-module.md + - Configure Email Provider: guides/notification-channels/configure-email-provider.md - APIs: - APIs: apis/index.md - System APIs: diff --git a/en/identity-server/7.1.0/docs/guides/notification-channels/configure-email-provider.md b/en/identity-server/7.1.0/docs/guides/notification-channels/configure-email-provider.md new file mode 100644 index 0000000000..15dd0d29d0 --- /dev/null +++ b/en/identity-server/7.1.0/docs/guides/notification-channels/configure-email-provider.md @@ -0,0 +1,3 @@ +{% set product_name = "WSO2 Identity Server" %} + +{% include "../../../../../includes/guides/notification-channels/configure-email-provider.md" %} diff --git a/en/identity-server/7.1.0/mkdocs.yml b/en/identity-server/7.1.0/mkdocs.yml index cc57b26a48..aab8342794 100644 --- a/en/identity-server/7.1.0/mkdocs.yml +++ b/en/identity-server/7.1.0/mkdocs.yml @@ -788,7 +788,7 @@ nav: - Try a B2B use case: guides/organization-management/try-a-b2b-use-case.md - Notification Channels: - Configure SMS Provider: guides/notification-channels/configure-sms-provider.md - - Configure Email Provider: deploy/configure/email-sending-module.md + - Configure Email Provider: guides/notification-channels/configure-email-provider.md - Configure Push Provider: guides/notification-channels/configure-push-provider.md - Customizations: - Customize branding: diff --git a/en/includes/guides/notification-channels/configure-email-provider.md b/en/includes/guides/notification-channels/configure-email-provider.md index 401710c3d3..879ebf912f 100644 --- a/en/includes/guides/notification-channels/configure-email-provider.md +++ b/en/includes/guides/notification-channels/configure-email-provider.md @@ -94,7 +94,7 @@ Follow the steps given below to enable the email sender globally for all tenants Follow the steps given below to enable the email sender per tenant. -1. On the {{ product_name }} Console, go to **Notification Channels** > **Email Provider**. +1. On the {{ product_name }} Console, go to {% if product_name == "WSO2 Identity Server" and is_version == "7.0.0" %}**Email & SMS**{% else %}**Notification Channels**{% endif %} > **Email Provider**. 2. Provide the required details. ![Configure Email Provider]({{base_path}}/assets/img/guides/notification-channels/email-provider/configure-email-provider.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} @@ -151,7 +151,7 @@ Follow the steps given below to enable the email sender per tenant. ### Configure SMTP settings in {{ product_name }} - - Go to **Notification Channels** > **Email Provider**. + - Go to {% if product_name == "WSO2 Identity Server" and is_version == "7.0.0" %}**Email & SMS**{% else %}**Notification Channels**{% endif %} > **Email Provider**. - Provide the From email address and other relevant details. Click on **Client Credentials** from the Authentication type dropdown. - Provide the required details retrieved from the previous step. diff --git a/en/includes/guides/notification-channels/configure-sms-provider.md b/en/includes/guides/notification-channels/configure-sms-provider.md index dfc443f828..e3cfb68300 100644 --- a/en/includes/guides/notification-channels/configure-sms-provider.md +++ b/en/includes/guides/notification-channels/configure-sms-provider.md @@ -1,6 +1,10 @@ # Configure SMS provider +{% if product_name == "WSO2 Identity Server" and is_version == "7.0.0" %} +Configurations related to SMS providers are located under the **Email & SMS** section. +{% else %} Configurations related to SMS providers are located under the **Notification Channels** section. +{% endif %} ## Supported Providers