Add the ability to supply a default "from" email address for the "forgot password" feature, instead of using the same address as for the "to".

SVN:2.0.2[3214]
This commit is contained in:
Denis Flaven
2014-06-16 15:16:43 +00:00
parent 2f1b8d2e71
commit 0e00a6c526
2 changed files with 14 additions and 0 deletions

View File

@@ -548,6 +548,15 @@ class Config
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'forgot_password_from' => array(
'type' => 'string',
'description' => 'Sender email address for the "forgot password" feature. If empty, defaults to the recipient\'s email address.',
// examples... not used (nor 'description')
'default' => '',
'value' => '',
'source_of_value' => '',
'show_in_conf_sample' => false,
),
'deadline_format' => array(
'type' => 'string',
'description' => 'The format used for displaying "deadline" attributes: any string with the following placeholders: $date$, $difference$',