SMTP Server
How it Works?
There are two use cases of Email Gateway in the Web RA, they are:
- Sending Notification Emails - To send email notifications against the certificate requests to the requester and the administrators (application and local admins)
- Sending OTP via Emails - One Time Password (OTP) is a security layer that requires a new password every time users authenticate themselves, thus protecting them from the intruders replaying an intercepted password.
|
It is mandatory to have an SMTP Gateway to send the email notifications while it is optional to configure the OTPs. |
|
If OTP via Emails option is enabled but the SMTP Gateway is not configured in the Service Plan then default SMTP Gateway will be used to deliver the OTP. |
The OTP via Email authentication can be configured at three levels i.e.:
- Login to the Web RA Web
- Revoking a certificate
- Renewing a certificate
Create an SMTP Server Connector
- Click External Services from the left menu.
- Click Connectors.
- Click
from the grid header.
- A dialog will appear to add the connector details. The connector dialog is comprised of two screens, i.e. Basic Information and Details. Specify the basic information and click Next to provide the respective connector details. See the below table for fields description.
- Click Finish. A new connector will be saved and displayed in the list.
Basic Information |
|
Field |
Description |
Name |
Specify a unique name for this connector, i.e. My SMTP Server. This connector will be used in Global Settings > Default Connectors and in the configuration of service plans. |
Provider |
Select the provider for this connector, i.e. "SMTP Server". |
Active |
Tick this check box to make this connector active. Inactive connectors cannot be configured Global Settings or in the service plans. |
Details |
|
Field |
Description |
SMTP Server Address |
Specify the SMTP host server, i.e. mail.example.com |
SMTP Server Port |
Specify the server port number to connect with Web RA. The default SMTP port is 25. |
Use SSL/TLS |
Tick this check box to enable the communication over TLS if SMTP server mandates it |
Authentication required |
Tick this check box to enable server authentication. The system will require User ID and Password to access the SMTP server. |
User ID |
Specify the User ID that has been provided by the SMTP server to authenticate the SMTP server, i.e. admin@example.com This is only required if the Authentication is enabled |
Password |
Specify the password of the above user to authenticate the user on SMTP server. This is only required if the Authentication is enabled |
From Email Address |
Specify the email address that will be as used as a "From Address" when the emails will be sent to the end users by Web RA, i.e. noreply@example.com |
Configure SMTP Server Connector in Default Settings
- Click Configurations from the left menu.
- Click Default Settings.
- In Email Gateway field under Others section, select an SMTP Server connector which you want to use in Web RA to send email notifications. Only the active SMTP Server connectors are listed for selection.
- Click Save from the screen bottom.
- Click Publish Changes from the top right corner, to make these configurations effective.
Configure SMTP Server Connector in Service Plan for OTP Emails
- Click Service Plan from the left menu.
- The "Service Plans" screen will appear.
- Click
adjacent to the service plan (from the main grid) in which OTP via Email is required to configure.
- Click on Edit option.
- A dialog wizard (consisting of 3 sequential dialog boxes, i.e Basic Information, Profile Settings, and Authentications) will appear in editable mode.
- Click on Profile Setting tab.
- Tick Enable SMTP Server. Email gateway drop down will appear. (Select this option if you want to use service plan based SMTP server instead of default setting SMTP server.)
- Select SMTP Server connector for sending OTP emails from Web RA to the users. Only the active SMTP Server connectors are listed for selection.
- Click the Authentications tab.
- Tick OTP via Email. The following fields will appear:
- The OTP Length field to select the total number of digits that are required in an OTP email. Web RA currently supports 4, 6, and 9 digits OTP.
- The OTP Retry Interval field to specify the retry interval in seconds (i.e. 10) after which Web RA should retry to send an OTP email, in case the email sending is failed in the first attempt due to any technical glitch.
- Click Finish.
- Click Publish Changes from the top right corner, to make these configurations effective.