]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/email.py
Converts all instant notifications to the new style emails.
[osqa.git] / forum / settings / email.py
index d1a46c4b7ba457750644fb434843860fd29c8743..a4e18ed6749f5c0bd06716feff93aee2b486f06f 100644 (file)
@@ -40,4 +40,8 @@ label = _("Email subject prefix"),
 help_text = _("Every email sent through your website will have the subject prefixed by this string. It's usually a good idea to have such a prefix so your users can easilly set up a filter on theyr email clients."),\r
 required=False))\r
 \r
+EMAIL_CAN_SPAM = Setting(u'EMAIL_CAN_SPAM', '', EMAIL_SET, dict(\r
+label = _("Email Can Spam"),\r
+help_text = "Email Can Spam, usually the phisical address of the organization running the website. See <a href=\"http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003\">http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003</a> for more info."))\r
+\r
 EMAIL_DIGEST_CONTROL = Setting('EMAIL_DIGEST_CONTROL', None)\r