Go to the source code of this file.
Initial value: '#type' => 'checkbox',
'#label' =>
elgg_echo(
'config:email_html_part:label'),
'#help' =>
elgg_echo(
'config:email_html_part:help'),
'name' => 'email_html_part',
'switch' => true,
'value' => 1,
'default' => 0,
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo($message_key, array $args=[], $language="")
Elgg language module Functions to manage language and translations.
elgg_get_config($name, $default=null)
Get an Elgg configuration value.
Advanced site settings, email section.
Definition at line 6 of file email.php.