660 B
660 B
layout | title | parent | grand_parent | nav_order |
---|---|---|---|---|
default | Filesystem | Notifier | Configuration | 1 |
Filesystem
With this configuration, the message will be sent to a file. This option should only be used for testing purposes. This method will use the plain text email template for readability purposes.
Configuration
notifier:
disable_startup_check: false
filesystem:
filename: /config/notification.txt
Options
filename
type: string
{: .label .label-config .label-purple }
required: yes
{: .label .label-config .label-red }
The file to add email text to. If it doesn't exist it will be created.