Notification servers
Administration Page | Application/Contract | Syracuse/Collaboration | class | notificationServers | Representation | notificationServer |
---|
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.
The following information is associated with a mail server:
The name used to reference the notification server.
A user-friendly description. This information is entered by default in the current language.
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.
The hostname or IP address to connect to.
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.
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:
The security mode depends on the SMTP server configuration defined by the server provider.
The available security modes are:
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.
Select a client certificate if it is requested by the SMTP server for authentication.
This field has two choices:
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.
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.
Set the API key from the SendGrid account.
Set the API key and domain from the Mailgun account.
You can access the Notification themes function directly and create or edit your email templates.
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.