Skip to content

Commit 6409741

Browse files
committed
Replace navigation instruction to suite new UI
1 parent ea8701d commit 6409741

File tree

113 files changed

+132
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+132
-132
lines changed

Diff for: air-gapped-workspaces/manual-app-installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ See the guide on building Rocket.Chat apps.
3535

3636
After getting your packaged and ready-to-use app in a `.zip` format, follow the instructions below to have it installed manually on your workspace.
3737

38-
* Go to the Rocket.Chat **Administration** -> **Settings** -> **General** -> **Apps** 
38+
* Go to the Rocket.Chat **Administration** -> **Workspace** -> **Settings** -> **General** -> **Apps** 
3939
* Toggle ON **Enable the App Framework** and **Enable development mode**
4040
* Then **Save changes**
4141

4242
<figure><img src="../.gitbook/assets/Enable app development mode.png" alt=""><figcaption><p>Enable app development mode</p></figcaption></figure>
4343

44-
* After enabling, navigate to **Administration** -> **Apps**
44+
* After enabling, navigate to **Administration** -> **Workspace** -> **Apps**
4545
* Click on **Upload App**&#x20;
4646

4747
<figure><img src="../.gitbook/assets/Apps panel.png" alt=""><figcaption><p>Apps panel</p></figcaption></figure>

Diff for: air-gapped-workspaces/offline-workspace-registration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ You can follow this guide to register your air-gapped or workspaces without inte
66
If you use a workspace accessible through the internet, you can follow [this guide](https://docs.rocket.chat/guides/administration/admin-panel/connectivity-services#registration-steps) on how to set it up.
77
{% endhint %}
88

9-
* Accept the cloud privacy terms at **Administration** > **Settings** > **Setup Wizard** > **Cloud Info** > **Cloud Service Privacy Terms Agreement** on your Rocket.Chat server
10-
* Navigate to **Administration** > **Connectivity Services** and click **Register Offline** as shown below
9+
* Accept the cloud privacy terms at **Administration** > **Workspace** > **Settings** > **Setup Wizard** > **Cloud Info** > **Cloud Service Privacy Terms Agreement** on your Rocket.Chat server
10+
* Navigate to **Administration** > **Workspace** > **Connectivity Services** and click **Register Offline** as shown below
1111

1212
<figure><img src="../.gitbook/assets/Connectivity Services Offline.png" alt=""><figcaption><p>Connectivity Services Offline</p></figcaption></figure>
1313

Diff for: guides/administration/admin-panel/apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: You can view the available and installed Rocket.Chat Apps and manag
66

77
Rocket.Chat Apps provide apps to improve collaboration, boost productivity and get more done. This menu takes you to the Rocket.Chat marketplace where there are many apps to choose from.
88

9-
To access apps, go to **Administration** > **Apps**.
9+
To access apps, go to **Administration** > **Workspace** > **Apps**.
1010

1111
as shown below:
1212

Diff for: guides/administration/admin-panel/connectivity-services.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Rocket.Chat Connectivity Services gives you access to connect your self-hosted w
77
* OAuth proxy for social network
88
* Apps Marketplace
99

10-
To access this menu, go to **Administration** > **Connectivity Services.**
10+
To access this menu, go to **Administration** > **Workspace** > **Connectivity Services.**
1111

1212
as shown below:
1313

Diff for: guides/administration/admin-panel/custom-emoji.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Rocket.Chat allows you to add custom emoji files that can be used within Rocket.
66

77
To access this menu,
88

9-
1. Go to **Administration** > **Custom Emoji**
9+
1. Go to **Administration** > **Workspace** > **Custom Emoji**
1010

1111
as shown below:
1212

Diff for: guides/administration/admin-panel/custom-user-status.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Rocket.Chat allows you to add your custom status other than the default status p
66

77
To access this menu,
88

9-
1. Go to **Administration** > **Custom User Status**
9+
1. Go to **Administration** > **Workspace** > **Custom User Status**
1010

1111
as shown below:
1212

Diff for: guides/administration/admin-panel/federation-dashboard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88

99
With the Rocket.Chat [Federation Setup](settings/federation.md), you can configure your server to be able to communicate with other servers seamlessly.
1010

11-
To access the dashboard, go to **Administration** > **Federation Dashboard.**
11+
To access the dashboard, go to **Administration** > **Workspace** > **Federation Dashboard.**
1212

1313
![](<../../../.gitbook/assets/image (658) (1) (1) (1) (1) (1).png>)
1414

Diff for: guides/administration/admin-panel/import/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Import data from other services to Rocket.Chat
66

77
Rocket.Chat lets you import all your data if you are moving from another service like Slack to Rocket.Chat
88

9-
To access this menu, go to **Administration** > **Import**.
9+
To access this menu, go to **Administration** > **Workspace** > **Import**.
1010

1111
as shown below:
1212

Diff for: guides/administration/admin-panel/info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88

99
Visit the info section to get insight, statistics and info on the various aspects of your server. This can help you to better evaluate and monitor the various activities.
1010

11-
To access this menu, go to **Administration** > **Info**.
11+
To access this menu, go to **Administration** > **Workspace** > **Info**.
1212

1313
as shown below:
1414

Diff for: guides/administration/admin-panel/integrations/django-rocketchat-auth-1.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Tested with Django 2.0.4 and Rocket.Chat 0.62.2. If you have any problems, pleas
5252
* Install [django-cors-headers](https://github.com/ottoyiu/django-cors-headers) and set your Rocket.Chat domain in CORS\_ORIGIN\_WHITELIST.
5353
* Configure Django's XFrameOptionsMiddleware to exempt your login page for Rocket.Chat requests or disable it (dangerous).
5454
* Configure Django's CsrfViewMiddleware to exempt your login page for Rocket.Chat requests or disable it (dangerous).
55-
7. To access this settings, go to: **Administration** > **Settings** > **Accounts**
55+
7. To access this settings, go to: **Administration** > **Workspace** > **Settings** > **Accounts**
5656
* **Enabled:** Enable this option to authenticate users using your own login page in place of the Rocket. Chat's login page via the iframe integration. Please check the [Iframe integration](https://developer.rocket.chat/rocket.chat/iframe-integration) page for more information.
5757
* **Iframe URL**: Enter **** the URL (http://localhost:8000/login/?next=/rocketchat/redirect)of the page you want to show as the login page of your Rocket.Chat instance.
5858
* **API URL:** Enter the URL (http://localhost:8000/rocketchat/api), which refers to the endpoint on the third-party system. This will check if the user is already logged in to that system.&#x20;

Diff for: guides/administration/admin-panel/integrations/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following steps explain how to do this
3535

3636
#### Creating new GitHub webhook integration
3737

38-
* Go to the **Administration** -> **Integrations** settings on your Rocket.Chat workspace
38+
* Go to the **Administration** -> **Workspace** -> **Integrations** settings on your Rocket.Chat workspace
3939
* Switch to the **Incoming** tab and create a **New** Integration
4040
* Fill in the details of your webhook including the **name** of the webhook, the **room** to post into, the **user to post as** and enable it
4141

Diff for: guides/administration/admin-panel/integrations/gitlab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Follow these steps below to do that
2424

2525
### Creating a new GitLab webhook integration
2626

27-
* On your Rocket.Chat workspace, go to **Administration** -> **Integrations**&#x20;
27+
* On your Rocket.Chat workspace, go to **Administration** -> **Workspace** -> **Integrations**&#x20;
2828
* Switch to the **Incoming** tab and create a **New** Integration
2929
* Fill in the details of your webhook including the **name** of the webhook, the **room** to post into, the **user to post as** and enable it
3030

Diff for: guides/administration/admin-panel/integrations/jira.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
N_otify on issue creation, deletion, status, resolution, comment, or priority changes._
44

5-
1. In Rocket.Chat go to **Administration > Integrations** and create **New Integration**
5+
1. In Rocket.Chat go to **Administration > Workspace > Integrations** and create **New Integration**
66
2. Choose Incoming Webhook
77
3. Follow all instructions like **Enable**, give it a name, link to channel etc. Set **Enable Script** to true and enter the content of [_this script_](https://github.com/malko/rocketchat-jira-hook/blob/master/jira-rocketchat-hook.js) in the **Script** box
88
4. Hit **Save changes** and copy the _Webhook URL_ (added just below the script box)

Diff for: guides/administration/admin-panel/integrations/nextcloud-and-webdav.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ With this integration, you can access, browse, navigate your Nextcloud directori
66

77
To do this, `WebDAV Integration` needs to be enabled on your Rocket.Chat server.&#x20;
88

9-
You will need a server admin to go into **Administration** -> **Settings** -> **Webdav Integration** and set the value to `true`.
9+
You will need a server admin to go into **Administration** -> **Workspace** -> **Settings** -> **Webdav Integration** and set the value to `true`.
1010

1111
![](<../../../../.gitbook/assets/administration >)
1212

Diff for: guides/administration/admin-panel/integrations/nextcloud-rocket.chat-app.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Connecting Nextcloud with Rocket.Chat requires your Rocket.Chat sever to be on a
2020
{% hint style="info" %}
2121
You need to make the following changes to your Rocket.Chat settings
2222

23-
* Have two-factor Authentication disabled on your Rocket.Chat settings **Administration** > **Settings** > **Accounts** > **Two Factor Authentication**
24-
* Disable Restrict access inside any Iframe **Administration** > **Settings** > **General** > **Restrict access inside any Iframe**
25-
* Enable to send and receive data inside an iframe **Administration** > **Settings** > **General** > **Iframe Integration**
23+
* Have two-factor Authentication disabled on your Rocket.Chat settings **Administration** > **Workspace** > **Settings** > **Accounts** > **Two Factor Authentication**
24+
* Disable Restrict access inside any Iframe **Administration** > **Workspace** > **Settings** > **General** > **Restrict access inside any Iframe**
25+
* Enable to send and receive data inside an iframe **Administration** > **Workspace** > **Settings** > **General** > **Iframe Integration**
2626
{% endhint %}
2727

2828
### Setup

Diff for: guides/administration/admin-panel/integrations/nixstats.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Add Nixstats notifications via a new WebHook in Rocket.Chat
44

5-
1. In Rocket.Chat go to **Administration > Integrations** and create **New Integration**.
5+
1. In Rocket.Chat go to **Administration > Workspace > Integrations** and create **New Integration**.
66
2. Choose Incoming WebHook.
77
3. Follow all instructions like Enable, give it a name, link to channel, etc. Set "Enable Script" to true and enter the javascript in the "Script" box.
88
4. Hit **Save changes** and copy the _Webhook URL_ (added just below the script box).

Diff for: guides/administration/admin-panel/integrations/pagerduty.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### **Admin Settings**
66

7-
Log in as an administrator and go to **Administration > Integrations > New Integration > Incoming Webhook** and configure the following settings:
7+
Log in as an administrator and go to **Administration > Workspace > Integrations > New Integration > Incoming Webhook** and configure the following settings:
88

99
* **Enabled:** Enable this option to integrate the PagerDuty with Rocket.Chat.
1010
* **Name (Optional):** Enter the preferred name for your PagerDuty connection.&#x20;

Diff for: guides/administration/admin-panel/integrations/reviewboard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Add ReviewBoard notifications via a new WebHook in Rocket.Chat
44

5-
1. In Rocket.Chat go to **Administration > Integrations** and create **New Integration**
5+
1. In Rocket.Chat go to **Administration > Workspace > Integrations** and create **New Integration**
66
2. Choose Incoming WebHook
77
3. Follow all instructions like Enable, give it a name, link to channel etc. Set **Enable** **Script** to true and enter the contents of [this script](https://github.com/almonteb/rocketchat-hook-reviewboard/blob/master/src/plugin.js)
88
4. Press Save changes and copy the _WebHook URL_ (added just below the script box)

Diff for: guides/administration/admin-panel/integrations/sentry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Add Sentry notifications via a new WebHook in Rocket.Chat This script works for the sentry.com and self-hosted version.
44

5-
1. In Rocket.Chat go to **Administration > Integrations** and create "New Integration".
5+
1. In Rocket.Chat go to **Administration > Workspace > Integrations** and create "New Integration".
66
2. Choose Incoming WebHook.
77
3. Follow all instructions like Enable, give it a name, link to channel etc. Bonus: add [https://unavatar.io/twitter/getsentry](https://unavatar.io/twitter/getsentry) as Avatar URL.
88
4. Set "Enable Script" to true and enter the javascript in the "Script" box.

Diff for: guides/administration/admin-panel/integrations/telegram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Make sure Your Rocket.Chat workspace URL is publicly available.
2525
## Getting the Token
2626

2727
1. Note the token provided for your bot
28-
2. Go to the **Administration** > **Integrations** page in Rocket.Chat
28+
2. Go to the **Administration** > **Workspace** > **Integrations** page in Rocket.Chat
2929
3. Create a new Incoming Webhook following these instructions
3030
* Set the webhook integration name, the room to post to and which user to use
3131
* Enable script and paste the following code and paste the following code in that field

Diff for: guides/administration/admin-panel/invites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66

77
# Invites
88

9-
To access this menu, go to **Administration** > **Invites**.
9+
To access this menu, go to **Administration** > **Workspace** > **Invites**.
1010

1111
as shown below:
1212

Diff for: guides/administration/admin-panel/mailer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use the Mailer tool to send emails to users inside your Rocket.Chat
44

55
# Mailer
66

7-
To access this menu, go to **Administration** > **Mailer**.
7+
To access this menu, go to **Administration** > **Workspace** > **Mailer**.
88

99
as shown below:
1010

Diff for: guides/administration/admin-panel/oauth-applications.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66

77
# OAuth Applications
88

9-
To access this menu, go to **Administration** > **OAuth Applications.**
9+
To access this menu, go to **Administration** > **Workspace** > **OAuth Applications.**
1010

1111
![](<../../../.gitbook/assets/image (652) (1) (1) (1) (1) (1).png>)
1212

@@ -33,7 +33,7 @@ Fill in the information according to the app you are linking.
3333

3434
## Viewing and Editing OAuth Apps
3535

36-
From the OAuth dashboard( **Administration** > **OAuth Applications.** ), you can see a list of OAuth Apps created where you can click on any to view and edit the configurations made.
36+
From the OAuth dashboard( **Administration** > **Workspace** > **OAuth Applications.** ), you can see a list of OAuth Apps created where you can click on any to view and edit the configurations made.
3737

3838
![](../../../.gitbook/assets/2021-11-12\_10h34\_12.png)
3939

Diff for: guides/administration/admin-panel/permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rocket.Chat has a vast and customizable permissions system. Most of the actions
44

55
To access this menu,
66

7-
1. Go to **Administration** > **Permissions**
7+
1. Go to **Administration** > **Workspace** > **Permissions**
88

99
as shown below:
1010

Diff for: guides/administration/admin-panel/rooms-aka-channels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Here you can view room details, edit rooms and delete rooms.
66

77
Rocket.Chat rooms are basically where any communication or interaction with other users takes place. There are various types of rooms, visit the room section to view room details, create, edit and delete rooms.
88

9-
To access this menu, go to **Administration** > **Rooms**.
9+
To access this menu, go to **Administration** > **Workspace** > **Rooms**.
1010

1111
as shown below:
1212

Diff for: guides/administration/admin-panel/settings/account-settings/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Modify workspace member account settings
66

77
In this guide, we will go over all settings in the _Accounts_ Section.
88

9-
To access this setting, go to: **Administration** > **Settings** > **Accounts**
9+
To access this setting, go to: **Administration** > **Workspace** > **Settings** > **Accounts**
1010

1111
These are the basic Account configuration settings. Most of the options are either `True` or `False` depending on whether you want the setting enabled or not.
1212

Diff for: guides/administration/admin-panel/settings/analytics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: See how users interact with your workspace.
66

77
Setting up analytics gives you the possibility to see how users interact with your server and help measure the metrics and monitor the different measures of user experience.
88

9-
To access analytics, go to **Administration > Settings > Analytics.**
9+
To access analytics, go to **Administration > Workspace > Settings > Analytics.**
1010

1111
You have access to various configurations that can be done.
1212

Diff for: guides/administration/admin-panel/settings/assets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Modify your workspace's logo, icon, favicon and more.
66

77
This section deals with uploading and setting asset files responsible for some of the looks of your server. Customizing these assets gives your server a unique and branded look.
88

9-
To access the assets section, go to **Administration** > **Settings** > **Assets**.
9+
To access the assets section, go to **Administration** > **Workspace** > **Settings** > **Assets**.
1010

1111
![Assets](../../../../.gitbook/assets/Assets.png)
1212

Diff for: guides/administration/admin-panel/settings/blockstack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88

99
Blockstack lets users authenticate when registering or login into the server with ease. This will give your users the ability to sign in without relying on any third parties or remote servers.
1010

11-
To access this section, go to **Administration** > **Settings** > **Blockstack**.
11+
To access this section, go to **Administration** > **Workspace** > **Settings** > **Blockstack**.
1212

1313
{% hint style="info" %}
1414
Remember to hit **Save Changes** in order to apply any changes made.

Diff for: guides/administration/admin-panel/settings/bots.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Set the fields that can be referenced and used when developing bots
66

77
Rocket.Chat Bots setting lets you specify the various fields that can be accessed by bots helper methods. These fields can be referenced and used when developing bots.
88

9-
To access this menu, go to **Administration** > **Settings** > **Bots**.
9+
To access this menu, go to **Administration** > **Workspace** > **Settings** > **Bots**.
1010

1111
![Bots settings](../../../../.gitbook/assets/BotsSettings.png)
1212

Diff for: guides/administration/admin-panel/settings/cas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more information on CAS, see [github.com/apereo/cas](https://github.com/aper
1414

1515
## Rocket.Chat CAS Administration
1616

17-
To access this setting, go to **Administration** > **Settings** > **CAS**.
17+
To access this setting, go to **Administration** > **Workspace** > **Settings** > **CAS**.
1818

1919
{% hint style="info" %}
2020
Remember to hit **Save Changes** in order to apply any changes made.

Diff for: guides/administration/admin-panel/settings/custom-emoji-filesystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Specify how emojis are stored
66

77
By specifying the Emoji file system, you have the flexibility of specifying how emojis are stored.
88

9-
To access this setting, go to **Administration** > **Settings** > **Custom Emoji Filesystem**.
9+
To access this setting, go to **Administration** > **Workspace** > **Settings** > **Custom Emoji Filesystem**.
1010

1111
* **Storage Type**: A dropdown to select the storage type for your emojis example `GridFS or FilesystemSystem`
1212
* **Path**: Full path to emoji location.

Diff for: guides/administration/admin-panel/settings/custom-sound-filesystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Specify how custom sounds are stored
66

77
By specifying the sound file system, you have the flexibility of specifying how emojis are stored.
88

9-
To access this setting, go to **Administration** > **Settings** > **Custom Sound Filesystem**.
9+
To access this setting, go to **Administration** > **Workspace** > **Settings** > **Custom Sound Filesystem**.
1010

1111
* **Storage Type**: A dropdown to select the storage type for your sounds example `GridFS or FilesystemSystem`
1212
* **Path**: Full path to emoji location.

Diff for: guides/administration/admin-panel/settings/discussion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ description: >-
88

99
Discussions are created from parent channels or groups. Rocket.Chat Discussions are a way of tackling all specific topic-related conversations.
1010

11-
To access this setting, go to **Administration** > **Settings** > **Discussion**.
11+
To access this setting, go to **Administration** > **Workspace** > **Settings** > **Discussion**.
1212

1313
* **Enable**: When enabled, users will be able to create discussions.

Diff for: guides/administration/admin-panel/settings/e2e-encryption.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88

99
End-to-end encryption (E2EE) is a system of communication where only the communicating users can read the messages. Rocket.Chat uses this in order to prevent potential eavesdroppers.
1010

11-
To access this setting, go to **Administration** > **Settings** > **E2E Encryption**.
11+
To access this setting, go to **Administration** > **Workspace** > **Settings** > **E2E Encryption**.
1212

1313
{% hint style="warning" %}
1414
This feature is currently in beta! Please report bugs to [github.com/RocketChat/Rocket.Chat/issues](https://github.com/RocketChat/Rocket.Chat/issues) and be aware of:

Diff for: guides/administration/admin-panel/settings/email/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Configure broadcast emails from inside Rocket.Chat.
66

77
Configure email setting to be able to broadcast emails directly from Rocket.Chat.
88

9-
To access this menu, go to **Administration** > **Settings** > **Email**.
9+
To access this menu, go to **Administration** > **Workspace** > **Settings** > **Email**.
1010

1111
Here you find various Email settings and tools:
1212

Diff for: guides/administration/admin-panel/settings/email/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This configuration is only done manually for Self-managed workspaces. It is pre-
1010

1111
## Set up your Credentials
1212

13-
* Go to **Administration > Settings > Email > SMTP.**
13+
* Go to **Administration > Workspace > Settings > Email > SMTP.**
1414
* **Protocol** - Choose **SMTP**(Simple Mail Transfer Protocol) or **SMTPS** (Simple Mail Transfer Protocol Secure) protocol.
1515
* **Host -** Your SMTP server hostname (e.g. `mail.example.com`)
1616
* **Port -**The port (usually 587 for modern secured SMTP servers).&#x20;

0 commit comments

Comments
 (0)