Notification servers

Administration PageApplication/ContractSyracuse/CollaborationclassnotificationServersRepresentationnotificationServer

Use this function to set up a notification server to send emails from the web server or Sage X3 application to one or more recipients.
It uses the nodemailer API.

Information

The following information is associated with a mail server:

Name

The name used to reference the notification server.

Description

A user-friendly description. This information is entered by default in the current language.

Type

The type of transport used to deliver messages. The SMTP protocol is used by default.
If the customer has subscribed to one of the following email service providers, select it if you want to use the dedicated web API to send emails: AWS Simple Email Service, SendGrid Service, and Mailgun Service. Otherwise, select the SMTP protocol. Consult
this documentation for more information.

SMTP server

Mail server

The hostname or IP address to connect to.

Port

The port to connect to. Generally, ports 587 or 25 are for not secure or STARTTLS modes. Ports 465 and 587 are frequently used for TLS mode. Refer to the SMTP connection security section for more details.

Proxy

The proxy's URL, if you have configured a proxy to connect to the SMTP server.

Note: Consult the following documentation to configure the SMTP server for:

SMTP connection security

Security mode

The security mode depends on the SMTP server configuration defined by the server provider.

The available security modes are:

CA certificates of mail server

Select the certificate authority used by the SMTP server to sign its server certificate (if it is a self-signed certificate or not a well-known authority).
For TLS (transport layer security), the mail server authenticates with a server certificate and can enable encrypted secure connections (like with HTTPS). When you use self-signed certificates for the mail server or certificates which are not issued by known certificate authorities, you can add the corresponding certificates of the certificate authorities here.

Client certificate

Select a client certificate if it is requested by the SMTP server for authentication.

SMTP authentication

This field has two choices:

SMTP pooled connections

If pooling is used, then a fixed amount of open connections is kept and a message is sent once a connection becomes available. This is useful when you have a large number of messages that you want to send in batches or when your provider allows you to only use a small number of parallel connections.

SMTP connection timeouts

Message configuration

Define the email address of the notification sender and select the default theme that is used to format the email sent by the server.

You can also select the SMTP configuration and consult the documentation of each provider for the settings.

AWS simple email service

  1. Set the access key and the secret key from the AWS account credentials.
  2. Select the region used by the AWS service endpoint. In case of trouble, check that the account used to connect to SES supports the SendRawEmail operation.

SendGrid service

Set the API key from the SendGrid account.

Mailgun service

Set the API key and domain from the Mailgun account.

Operations

Notification themes

You can access the Notification themes function directly and create or edit your email templates.

Test configuration

When this operation is triggered, a pop-up window opens where you can enter an email address, and a test email is sent to this address. If the email sending succeeds, a success message displays on the header line of the page.