Server Settings

The Server Settings page enables you to configure the email and SMS servers for sending notifications from the product.

Email Server

Configuring email server settings in SharePoint Manager Pluss

To configure an email server, follow these steps:

  1. Specify the name and port number of the outgoing email server in the Mail Server & Port field.
  2. Specify the email address from which email notifications should be sent in the From Address field.
  3. To ensure secure communication, select TLS in the Use Secure Connections (SSL/TLS) drop-down.
  4. Select the authentication type from the provided options:
    • Basic Authentication
    • OAuth Authentication
      • Basic Authentication:
        • Enter the Username and Password used to access the email server. If your email server does not require authentication, leave these fields empty.
        • Click Send Test Mail to verify the email server settings and validity of the email addresses.
      • OAuth Authentication:
        • Enter the Tenant Name, User Name, Application ID, and Secret Key as shown in the screenshot below. Your tenant name should be in the <org_name>.onmicrosoft.com format (e.g., zohocorp.onmicrosoft.com).
        • Note: To learn how to find the Application ID and Secret Key, follow these steps.

          Configuring email server using Azure application in SharePoint Manager Plus

        • You will be redirected to Microsoft 365 for authentication. Authorize using the same username provided during the configuration. This username must be linked to a mailbox.
  5. Click Save Settings.

Steps to create Azure application for mail server configuration:

  1. Open the Azure portal and click Microsoft Entra ID.
  2. Select App registrations from the left menu and click New registration.
  3. Enter a name of your choice and choose the supported account type. (Keep the default option selected).
  4. Under Redirect URI (optional), select Web as the platform and paste the following OAuth link: https://identitymanager.manageengine.com/api/public/v1/oauth/redirect

    Alternately, you can add the localhost redirect API in the following pattern: protocol://localhost:port_number/context_if_any/RestAPI/WC/OAuthSetting e.g., http://localhost:8085/RestAPI/WC/OAuthSetting

    Note: If you add the above localhost URI as the redirect URI, you must access the product from the machine where it is installed using the localhost URI (http://localhost:8085), to configure the email server.

  5. Click Register to create the application.
  6. Registering an application to configure email server in SharePoint Manager Plus

  7. From the left pane, click Certificates & secrets → New client secret.
  8. On the displayed page, provide a Description for the client secret, and specify the validity of the client secret under Expires. Click Add.
  9. You will find the client secret generated. Copy the string under Value. This is the application's Secret Key.
  10. Generating client secret to configure email server in SharePoint Manager Plus

  11. From the left pane, navigate to the Overview page and copy the Application (client) ID.

SMS Gateway

You can configure SharePoint Manager Plus to use your own Global System for Mobile Communications (GSM) modem or a custom SMS gateway.

Prerequisites

Meeting these criteria allows SharePoint Manager Plus to support your modem or mobile phone.

Configuring GSM Modem

  1. Navigate to Admin → General Settings → Server Settings.
  2. Click the SMS Gateway tab.
  3. Select GSMModem from the SMS Provider drop down box.
  4. Specify the Modem Port Number. The port number for Windows devices should be in the COMx format (e.g., COM7 or COM8).
  5. Click Advanced Settings to specify the Modem Port Speed, Message Center Number, and SIM PIN Number.
  6. Click Save Settings.
Note: If you experience any issues in sending SMS notifications through GSM modem, restart SharePoint Manager Plus and try again.

Configuring a custom SMS provider

You can configure your own custom SMS gateway if the gateway is based on the following providers:

HTTP-based SMS provider

  1. Navigate to Admin → General Settings → Server Settings.
  2. Click the SMS Gateway tab.
  3. Select Custom from the SMS Provider drop-down.
  4. Select HTTP from the Send SMS via drop-down.
  5. Select whether you want to use the Post or Get HTTP method for sending SMS.
  6. Enter the HTTTP URL of your SMS gateway provider.
  7. Enter the HTTP Parameters specific to your SMS provider.
  8. Note:

    • Separate the HTTP parameters using the ampersand (&) sign (e.g., userName=xxx&password=yyy&mobileNumber=%mobNo&message=%message%)
    • The following parameters can be used:
      • userName = The parameter used to pass the API authentication username.
      • xxx = Your actual API authentication username.
      • password = The parameter used to pass the API authentication password.
      • yyy = Your actual API authentication password.
      • mobileNumber = The parameter representing the recipient's phone number.
      • %mobNo% = A macro that will be replaced with the recipient’s mobile number.
      • message = The parameter used to specify the SMS content.
      • %message% = A macro that will be replaced with the actual message content.
      • If your SMS provider requires additional parameters like unicode and apiID, include them using the ampersand (&) sign.

    • In the Success Response field, specify the response you receive from your provider to determine if the SMS was sent successfully or not.
    • Click Advanced Settings and enter the HTTP Request Headers specific to your SMS provider.
    • Select Convert Message into Unicode if you'd like to send the SMS in Unicode format.
    • Click Save Settings.

SMTP-based SMS provider

  1. Navigate to Admin → General Settings → Server Settings.
  2. Click the SMS Gateway tab.
  3. Select SMTP from the Send SMS via drop-down.
  4. In the From Address field, enter an email address from which you want to send the SMS (e.g., noreply@manageengine.com).
  5. In the To Address field, enter the %mobNo% macro followed by the email of your provider (e.g., %mobNo%@manageengine.com). Refer to your SMS provider to know the exact values.
  6. Enter the details required in the Subject field. Generally, it would either be a mobile number or a message depending on your SMS provider.
  7. Enter the details required in the Content field. This also depends on your SMS provider. Refer to them to know the exact values.
  8. Uncheck Use default mail settings to configure a custom SMTP server instead of the default one configured in the Email Server tab.
    • Enter the name or IP address of the SMTP server and its port number in the SMTP Server/Port field.
    • Enter the Username and Password of the SMTP server.
    • Select TLS or SSL from the Connection Security drop-down.
  9. Click Save Settings.

SMPP-based SMS provider

  1. Navigate to Admin → General Settings → Server Settings.
  2. Click the SMS Gateway tab.
  3. Select Custom from the SMS Provider drop-down.
  4. Select SMPP from the Send SMS via drop-down.
  5. Enter the SMPP server name and its port number in the SMPP Server Port field.
  6. Enter the Username and Password of the SMPP server.
  7. Click Advanced Settings to configure the following options:
    • Specify the SMPP Time-Out and SMPP Source Address.
    • Enter the ESME System Type and select Bind Transmitter or Bind Transceiver from the ESME Bind Type drop-down.
    • Select the Source Address TON (type of number), Source Address NPI (Numeric Plan Indicator), Destination Address TON, and Destination Address NPI from the respective drop-downs.
  8. Click Save Settings.

Proxy Server Settings

Follow the below steps to configure a proxy server in the product:

Enable proxy server

  1. Navigate to Admin → General Settings → Server Settings.
  2. Click the Proxy Settings tab.
  3. Select the Enable Proxy Server check box.
  4. Enter the server name or IP address and the port number of the proxy server in the Proxy Server/Port field.
  5. Enter the User Name and Password of the proxy server.
  6. Click Save Settings.
  7. Enabling proxy server in SharePoint Manager Plus

Disable proxy server

Follow the steps below to disable the proxy server:

  1. Navigate to Admin → General Settings → Server Settings.
  2. Click the Proxy Settings tab.
  3. Uncheck the Enable Proxy Server check box.
  4. Click Save Settings.
  5. Disabling proxy server in SharePoint Manager Plus

Product Notifications

Enable notifications to receive emails regarding license and Annual Maintenance and Support (AMS) expiration.

  1. Navigate to Admin → General Settings → Server Settings.
  2. Click the Product Notifications tab.
  3. Select the Enable License/AMS Expiry Notification checkbox and click Save Settings.
  4. Enabling licence expiry notifications in SharePoint Manager Plus

Copyright © 2025, ZOHO Corp. All Rights Reserved.