Hid/revealed mail subject body config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1933 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
f0c08b561d
commit
cbe11fb17c
|
@ -828,7 +828,7 @@ ZoneMinder"',
|
|||
requires => [ { name => "ZM_OPT_EMAIL", value => "yes" } ],
|
||||
help => "This option is used to define the content of the email that is sent for any events that match the appropriate filters.",
|
||||
type => $types{text},
|
||||
category => "mail",
|
||||
category => "hidden",
|
||||
},
|
||||
{
|
||||
name => "ZM_EMAIL_SUBJECT",
|
||||
|
@ -837,7 +837,7 @@ ZoneMinder"',
|
|||
requires => [ { name => "ZM_OPT_EMAIL", value => "yes" } ],
|
||||
help => "This option is used to define the subject of the email that is sent for any events that match the appropriate filters.",
|
||||
type => $types{string},
|
||||
category => "hidden",
|
||||
category => "mail",
|
||||
},
|
||||
{
|
||||
name => "ZM_EMAIL_BODY",
|
||||
|
@ -861,7 +861,7 @@ ZoneMinder",
|
|||
requires => [ { name => "ZM_OPT_EMAIL", value => "yes" } ],
|
||||
help => "This option is used to define the content of the email that is sent for any events that match the appropriate filters.",
|
||||
type => $types{text},
|
||||
category => "hidden",
|
||||
category => "mail",
|
||||
},
|
||||
{
|
||||
name => "ZM_OPT_MESSAGE",
|
||||
|
@ -888,7 +888,7 @@ body = "ZM alarm detected - %ED% secs, %EF%/%EFA% frames, t%EST%/m%ESM%/a%ESA% s
|
|||
requires => [ { name => "ZM_OPT_MESSAGE", value => "yes" } ],
|
||||
help => "This option is used to define the content of the message that is sent for any events that match the appropriate filters.",
|
||||
type => $types{text},
|
||||
category => "mail",
|
||||
category => "hidden",
|
||||
},
|
||||
{
|
||||
name => "ZM_MESSAGE_SUBJECT",
|
||||
|
@ -897,7 +897,7 @@ body = "ZM alarm detected - %ED% secs, %EF%/%EFA% frames, t%EST%/m%ESM%/a%ESA% s
|
|||
requires => [ { name => "ZM_OPT_MESSAGE", value => "yes" } ],
|
||||
help => "This option is used to define the subject of the message that is sent for any events that match the appropriate filters.",
|
||||
type => $types{string},
|
||||
category => "hidden",
|
||||
category => "mail",
|
||||
},
|
||||
{
|
||||
name => "ZM_MESSAGE_BODY",
|
||||
|
@ -906,7 +906,7 @@ body = "ZM alarm detected - %ED% secs, %EF%/%EFA% frames, t%EST%/m%ESM%/a%ESA% s
|
|||
requires => [ { name => "ZM_OPT_MESSAGE", value => "yes" } ],
|
||||
help => "This option is used to define the content of the message that is sent for any events that match the appropriate filters.",
|
||||
type => $types{text},
|
||||
category => "hidden",
|
||||
category => "mail",
|
||||
},
|
||||
{
|
||||
name => "ZM_NEW_MAIL_MODULES",
|
||||
|
|
Loading…
Reference in New Issue