Add custom headers for email messages

See http://meta.discourse.org/t/custom-headers-in-emails-site-settings/7480
This commit is contained in:
Anton Batenev
2013-07-07 04:37:44 +04:00
parent 337f393af5
commit 4e04c4dddd
4 changed files with 26 additions and 0 deletions

View File

@ -129,6 +129,7 @@ class SiteSetting < ActiveRecord::Base
# we need to think of a way to force users to enter certain settings, this is a minimal config thing
setting(:notification_email, 'info@discourse.org')
setting(:email_custom_headers, 'Precedence: bulk|Auto-Submitted: auto-generated')
setting(:allow_index_in_robots_txt, true)