---
title: Defining notification gateways
related:
  - https://docs.kentico.com/k8/custom-development/miscellaneous-custom-development-tasks/notifications-api/developing-custom-notification-gateways.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).

You can define new e-mail gateways for notification messages in the **Notifications** application. You can set the following properties when creating new gateways or editing existing gateways.

| General                  |                                                                                                                                                                                                                                                                  |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Display name             | Display name of the notification gateway.                                                                                                                                                                                                                        |
| Code name                | Code name of the gateway.                                                                                                                                                                                                                                        |
| Description              | Text describing the gateway.                                                                                                                                                                                                                                     |
| Enabled                  | If unchecked, the notification gateway is not functional. This can be useful if you want to temporarily disable the gateway so that no messages will be sent, e.g. when you are performing some administration tasks.<br>If checked, the gateway works normally. |
| Gateway settings         |                                                                                                                                                                                                                                                                  |
| Assembly name            | Name of the assembly in which the gateway code is stored.                                                                                                                                                                                                        |
| Class name               | Name of the class containing the gateway code; must be entered including the assembly name.                                                                                                                                                                      |
| Supports message subject | Check if the gateway's message format supports message subjects.                                                                                                                                                                                                 |
| Supports HTML text       | Check if the gateway supports messages in HTML format (e.g. for e-mails).                                                                                                                                                                                        |
| Supports plain text      | Check if the gateway supports plain text format (e.g. for SMS).                                                                                                                                                                                                  |
