Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% set product_name = "WSO2 Identity Server" %}

{% include "../../../../../includes/guides/notification-channels/configure-email-provider.md" %}
4 changes: 2 additions & 2 deletions en/identity-server/7.0.0/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% set product_name = "WSO2 Identity Server" %}

{% include "../../../../../includes/guides/notification-channels/configure-email-provider.md" %}
2 changes: 1 addition & 1 deletion en/identity-server/7.1.0/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;"}
Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down