authelia/docs/content/configuration/notifications/introduction.md

1.7 KiB

title description summary date draft images weight toc seo
Notifications Configuring the Notifications Settings. Authelia sends messages to users in order to verify their identity. This section describes how to configure this. 2022-06-15T17:51:47+10:00 false
108100 true
title description canonical noindex
false

Authelia sends messages to users in order to verify their identity.

Configuration

{{< config-alert-example >}}

notifier:
  disable_startup_check: false
  template_path: ''
  filesystem: {}
  smtp: {}

Options

This section describes the individual configuration options.

disable_startup_check

{{< confkey type="boolean" default="false" required="no" >}}

The notifier has a startup check which validates the specified provider configuration is correct and will be able to send emails. This can be disabled with the disable_startup_check option.

template_path

{{< confkey type="string" required="no" >}}

{{< callout context="note" title="Note" icon="outline/info-circle" >}} You may configure this directory and add only add the templates you wish to override, any templates not supplied in this folder will utilize the default templates. {{< /callout >}}

This option allows the administrator to set a path to a directory where custom templates for notifications can be found. The specifics are located in the Notification Templates Reference Guide.

filesystem

The filesystem provider.

smtp

The smtp provider.