FEATURE: suppress digest emails for users not seen on the site for more than (n) days.

This commit is contained in:
Arpit Jalan
2015-01-26 21:37:10 +05:30
parent 8ef2a111a0
commit 5c2ee8ec2a
4 changed files with 11 additions and 7 deletions

View File

@@ -990,6 +990,7 @@ en:
digest_topics: "The maximum number of topics to display in the email digest."
digest_min_excerpt_length: "Minimum post excerpt in the email digest, in characters."
default_digest_email_frequency: "How often users receive digest emails by default. They can change this setting in their preferences."
suppress_digest_email_after_days: "Suppress digest emails for users not seen on the site for more than (n) days."
default_external_links_in_new_tab: "Open external links in a new tab. Users can change this in their preferences."
detect_custom_avatars: "Whether or not to check that users have uploaded custom avatars."

View File

@@ -408,6 +408,7 @@ email:
default_digest_email_frequency:
default: 7
enum: 'DigestEmailSiteSetting'
suppress_digest_email_after_days: 365
email_custom_headers: 'Auto-Submitted: auto-generated'
email_subject: '[%{site_name}] %{optional_pm}%{optional_cat}%{topic_title}'
reply_by_email_enabled: false