X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/d08ce9161ea653d7c4b1b114fdaf28bc1d45daf9..d3b0d0f597e0f84246dd755c6de3f29770134b44:/forum/settings/email.py?ds=sidebyside diff --git a/forum/settings/email.py b/forum/settings/email.py index 583ab0d..7922385 100644 --- a/forum/settings/email.py +++ b/forum/settings/email.py @@ -43,6 +43,11 @@ label = _("Site 'from' Email Address"), help_text = _("The address that will show up on the 'from' field on emails sent by your website."), required=False)) +DEFAULT_REPLY_TO_EMAIL = Setting('DEFAULT_REPLY_TO_EMAIL', '', EMAIL_SET, dict( +label = _("Site 'reply-to' Email Address"), +help_text = _("The address that will show up on the 'reply-to' field on emails sent by your website."), +required=False)) + EMAIL_SUBJECT_PREFIX = Setting('EMAIL_SUBJECT_PREFIX', '', EMAIL_SET, dict( 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 easily set up a filter on their email clients."),