summaryrefslogtreecommitdiffstats
path: root/askbot/conf/email.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/conf/email.py')
-rw-r--r--askbot/conf/email.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/askbot/conf/email.py b/askbot/conf/email.py
index 41b6d00b..088e0590 100644
--- a/askbot/conf/email.py
+++ b/askbot/conf/email.py
@@ -55,6 +55,16 @@ settings.register(
)
settings.register(
+ livesettings.BooleanValue(
+ EMAIL,
+ 'HTML_EMAIL_ENABLED',
+ default=True,
+ description=_('Enable HTML-formatted email'),
+ help_text=_('May not be supported by some email clients')
+ )
+)
+
+settings.register(
livesettings.IntegerValue(
EMAIL,
'MAX_ALERTS_PER_EMAIL',