mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 19:57:18 +08:00
Add custom headers for email messages
See http://meta.discourse.org/t/custom-headers-in-emails-site-settings/7480
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user