E-Mail Services¶
This section provides the interface for configuring Emakin's email services. A properly configured email service is fundamental for the application to dispatch email notifications effectively. After inputting the necessary information, administrators can utilize the "Test Connection" button, along with a valid recipient email address, to verify the connectivity and functionality by sending a test email.
Emakin prioritizes the use of OpenAuth-based email services if they are defined; otherwise, it will revert to utilizing configured SMTP connections.

E-Mail Actions¶
This feature enables users to directly select and perform actions from within email notification messages. When this functionality is activated, the mail forwarding configuration must be established to process incoming action requests.
SMTP Connections¶
This subsection defines the available SMTP servers that Emakin can use for sending email notifications.
Is Enabled?¶
A boolean setting to activate or deactivate this specific email configuration. If disabled, this configuration will not be used.
From Address¶
The email address that will appear as the sender in outgoing email notifications.
From Display Name¶
The descriptive name that will be shown as the sender's name in outgoing email notifications.
SMTP Server¶
The hostname or IP address of the SMTP server responsible for sending emails.
Test Connection¶
A dedicated button to initiate a connection test to the configured email service. Administrators should enter all required email service information and then click this button to send a test email and verify the connection.
User Name¶
The username required for authentication with the SMTP server.
Password¶
The password associated with the username for authentication with the SMTP server.
SSL¶
Check this option to enable Secure Sockets Layer (SSL) encryption for the SMTP connection, enhancing security.
SMTP Port¶
The port number used for communication with the SMTP server. Refer to the table below for common port numbers:
| Mail Server Type | Port Number |
|---|---|
| Non-Encrypted | 25 |
| Secure (TLS) | 587 |
| Secure (SSL) | 465 |
E-Mail Services (OpenAuth Based)¶
This subsection defines the available OpenAuth-based email services that can be utilized for sending email notifications.
Client Type¶
Specifies the type of OpenAuth client. Currently, only "Office 365" is supported for this configuration.
Service¶
Specifies which OpenAuth service connection, defined in the "Integrated Services" section, is to be utilized. As email sending operations are typically executed in the background without direct user credentials, the chosen OpenAuth service must be configured as a service account within the "Integrated Services" section.
Name¶
A descriptive name for this OpenAuth email service configuration.
Service Identity¶
Specifies the sender's email address that will be used when sending emails via this OpenAuth service.
Scopes¶
Defines the OpenAuth scopes required to access the service. If this field is left empty, default scopes appropriate for the specified Client Type will be used.