diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-21 14:10:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-21 14:10:07 +0000 |
commit | a200e97667a7367945389b5b6934c4a04d33f750 (patch) | |
tree | 0c041032b1b17c9b8330faefb4695b36259abcf6 /config/settings.yml | |
parent | 2ee11c9089f5390508dfb786b0cbb7c6030ae605 (diff) | |
download | redmine-a200e97667a7367945389b5b6934c4a04d33f750.tar.gz redmine-a200e97667a7367945389b5b6934c4a04d33f750.zip |
* Emails footer can now be customized from the admin interface (Admin -> Email notifications).
* Added html part to all email templates.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r-- | config/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml index fbc9da203..ff695cc7c 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -96,4 +96,8 @@ repositories_encodings: default: '' ui_theme: default: '' +emails_footer: + default: |- + You have received this notification because you have either subscribed to it, or are involved in. + To change your notification preferences, please click here: http://hostname/my/account
\ No newline at end of file |