---
title: Configuring SMTP servers
related:
  - https://docs.kentico.com/k9/managing-users/sending-emails.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

Kentico includes many features that utilize email messages as part of their functionality, such as:

- Automatic [notifications](https://docs.kentico.com/k9/managing-website-content/configuring-the-environment-for-content-editors/setting-up-content-notifications.md)
- [Email campaigns](https://docs.kentico.com/k9/on-line-marketing-features/email-marketing/working-with-email-campaigns.md)
- Various types of confirmation messages
- Content subscriptions

To allow the application to send out emails, you need to register and configure at least one SMTP server in the administration interface.

## Setting up the default SMTP server

To register the main SMTP server:

1. Open the **Settings** application.
2. Navigate to the**System -> Emails** category.
3. Select an option in the **Site** selector: 

   - Choose a specific site to register a server dedicated to a single website.
   - Choose \*\*\*(global)\*\*\*to register a designated global server – the server processes emails from all sites in the system and also handles emails that are not related to any specific website.
4. Fill in the following settings:

   - **SMTP server** – enter the domain name or IP address of the server. Enter _localhost_ to use a server provided by your local machine. 

     > **Info:** **SMTP server on non-standard port**
     >
     > If you are running SMTP server on a non-standard port (other than 25), you need to specify the port. For example: _127.0.0.1:26_
   - **SMTP server user** – if the server requires authentication, type the user name here.
   - **SMTP server password** – if the server requires authentication, type the password here.

     > **Info:** **Info**: After you enter and save a password, the field always displays 8 "masking" characters, even if the password is longer or shorter. This measure helps protect your password.
   - **Use SSL** – enable to use an SSL secured connection to the SMTP server. The server must be configured for SSL in order for this to work.
5. Click **Save**.

The system uses the primary server as the default option when sending emails.

![Configuring the primary global SMTP server](https://docs.kentico.com/docsassets/k9/configuring-smtp-servers/Setting_Default_SMTP.png "Configuring the primary global SMTP server")

## Configuring additional SMTP servers

> **Note:** **Kentico EMS required**
>
> You must have the **Kentico EMS** license to register multiple SMTP servers.

In addition to the default server, you can add any number of servers in the **SMTP servers** application. Having multiple SMTP servers allows the system to send out a greater volume of email traffic. Emails use the extra servers whenever the default server is busy.

You can manage existing servers through the following actions:

-  **Edit** – opens the server's configuration interface
-  **Delete**
-  **Enable** /  **Disable** – enables or disables the server within the context of Kentico

![Viewing the list of SMTP server registered in the system](https://docs.kentico.com/docsassets/k9/configuring-smtp-servers/SMTP_Server_List.png "Viewing the list of SMTP server registered in the system")

To register new servers, click **New SMTP server**.

When creating new SMTP servers or editing existing ones on the **General** tab, you can fill in the same options as described for the default server. In addition, you can choose the **delivery method** for emails:

- **Network** – emails are sent directly to the SMTP server defined by the server name and credentials. This is the default setting for the default SMTP server defined in _Settings -> System -> Emails_.
- **Pickup directory** – use this option if you expect high email traffic on your servers (the method is faster and safer than the Network method). The emails are copied to a folder on the disk (defined by the Pickup directory option), from where they are processed by the SMTP server. Note that you have to grant the IIS\_IUSRS group write permissions for the chosen folder.
- **Pickup directory from IIS** – similar to the Pickup directory, but may be more difficult to configure. Choose this method if you are already using Microsoft SMTP servers on Windows Server operating systems. You also need to install the SMTP server feature into your IIS and configure it properly. See [Configure SMTP Email (IIS 7)](http://technet.microsoft.com/en-us/library/cc772058%28v=ws.10%29.aspx) for more information. Note that you have to ensure that the NETWORK SERVICE group has write permissions for the defined pickup folder.

> **Info:** Microsoft Azure supports only the **Network** method.

You may also select the server's **Priority**. See the _Configuring email processing_ section below for more information about server priority.

![Editing an SMTP server](https://docs.kentico.com/docsassets/k9/configuring-smtp-servers/SMTP_Server_Edit.png "Editing an SMTP server")

If there are multiple sites running under your application, you can assign servers to individual websites on the **Sites** tab. SMTP servers can either be global or limited to one or more specific websites.

## Configuring email processing

You can configure how the system delivers emails to the SMTP servers through the settings in **Settings -> System -> Emails**.

If **Enable e\*\*\*\*mail queue** is checked, the system temporarily stores all outgoing emails in the database instead of sending them directly to the SMTP servers. This allows advanced email processing and resending of mails that are lost due to errors. Refer to [Sending emails](https://docs.kentico.com/k9/managing-users/sending-emails.md) to learn more about the email queue.

> **Note:** Using the email queue is highly recommended when sending out large amounts of emails over a short amount of time.

The system periodically processes the email queue (every minute by default) and asynchronously distributes the stored emails to the SMTP servers:

1. A predefined amount of emails is loaded from the queue as a batch.
2. The system goes through the emails one by one and assigns them to servers according to their priority and availability.

   - The default SMTP server always has the highest priority.
   - Other servers are ordered according to the value of their **Priority** property (i.e. emails are first assigned to _High_ priority servers, then _Normal_ and finally _Low_).
3. When a server receives an email, the server is flagged as busy until the sending is complete.
4. The system loads a new batch from the queue and continues assigning individual emails to available servers.

This process is repeated until all emails in the queue are mailed out.

### Batch size

The maximum number of emails which is loaded from the database in a single batch is determined by the value of the **Batch size** setting. The batch size affects all sites in the system, so it is only available if the _(global)_ option is selected in the **Site** selector on the top left of the settings page.

The value of the batch size affects the number and frequency of **database queries**. If you set the batch size too large, the system will have to process a lot of database data at one time. Using a smaller batch size increases the frequency of database queries and may reduce the database performance.

## Testing SMTP servers

To confirm that your SMTP servers are configured correctly and available, you can send testing emails in the **System** application on the **Email** tab.

## Debugging emails

Debugging can help resolve problems with emails sent by Kentico.

To enable email debugging, add the following keys to the _configuration/appSetting&#x73;_&#x73;ection of your project's _web.config_ file:

```xml

<add key="CMSLogEmails" value="true"/>
<add key="CMSDebugEmails" value="true"/>

```

- **CMSLogEmails** - logs all sent emails to the **\~/App\_Data/logemails.log** file. The log contains each email's recipient and subject.
- **CMSDebugEmails** - disables sending of emails to the actual recipients. The system only logs emails into the [event log](https://docs.kentico.com/k9/developing-websites/troubleshooting-websites/working-with-the-system-event-log.md). Helpful if you need to test the functionality, but do not want the emails to actually reach the recipients.

  - To view the event log, open the **Event log** application.
  - The emails are logged as **Information** type events.
  - The **Event code** column contains the recipient's address.
  - The system randomly generates _Sending failed for&#x20;_&#x20;errors to simulate sending errors.
