From ea664f6ab6891bb84f9eae26eed65e9d8640bd5f Mon Sep 17 00:00:00 2001 From: mramirez-cl <132716010+mramirez-cl@users.noreply.github.com> Date: Fri, 5 May 2023 18:09:35 -0400 Subject: [PATCH] Added the 2 blank lines to the user_notify.txt example file. To change subject, in the very beginning of the file (no blank lines allowed in the beginning of the template) add the field Subject:, leave two blank lines after it and add template body. However, in the sample template, the 2 blank lines are not added: Example for the file user_notify.txt : Subject: Customized subject example Dear {{TONAME}}, Your {{DOMAIN}} web hosting account exceeded one or more of its resources within the last {{PERIOD}}. --- docs/cloudlinux_os_components/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cloudlinux_os_components/README.md b/docs/cloudlinux_os_components/README.md index 5b7e4a24a..12e073b4f 100644 --- a/docs/cloudlinux_os_components/README.md +++ b/docs/cloudlinux_os_components/README.md @@ -753,6 +753,8 @@ Example for the file `user_notify.txt` ``` Subject: Customized subject example + + Dear {{TONAME}}, Your {{DOMAIN}} web hosting account exceeded one or more of its resources within the last {{PERIOD}}.