Reference - SMTP server properties

When you define a new SMTP server or edit an existing one in the SMTP servers application, you can specify the following properties.

General

Server name

Specifies the domain name or IP address of the SMTP server. If the connection to the server should use a different port than 25, include it in the name.

Enter localhost if you wish to use the server provided by your local machine.

Priority

When an e‑mail (or batch of e‑mails) needs to be sent out, the system checks the SMTP servers in the order of their priority and uses the first one that is available. As a result, servers with a higher priority receive a greater e‑mail load.

The server with the highest priority for each website is the default SMTP server configured in Settings -> System -> E‑mails. If this server is busy or undefined, the e‑mail checks for any available server with the High priority, then Normal and finally Low.

Enabled

Can be used to manually disable or enable the server (within the context of Kentico). A disabled server is skipped when outgoing e‑mails check for available servers.

Advanced

Delivery method

The delivery method for e-mails sent from the system:

  • Network - the e-mail is sent directly to the SMTP server defined by the server name and credentials.
  • Pickup directory - the e-mails are copied to a folder (defined by the Pickup directory option) on the disk, from where they are processed by the SMTP server.
  • Pickup directory from IIS - similar to the Pickup directory method, except that the folder and SMPT server must be defined through IIS. You have to first install the SMTP server feature into your IIS and configure it properly. See more information in this article: Configure SMTP E-mail (IIS 7). Moreover, you have to ensure that the NETWORK SERVICE group has write permissions for the defined pickup folder.

Delivery method - Network

Username

If the SMTP server requires authentication, you can enter the user name here.

Password

If the SMTP server requires authentication, you can enter the password here.

Use SSL

Indicates if the SMTP connection to the server should be secured by SSL. The server must be configured to use SSL in order for this to work.

Delivery method - Pickup directory

Pickup directory

Specifies a folder on the disk, where e-mails will be stored until the SMTP server processes them.

The IIS_IUSRS group must be granted write permissions for this folder.