First time here? Check out the FAQ!
1

How to get askbot to respect EMAIL_SUBJECT_PREFIX?

I have set EMAIL_SUBJECT_PREFIX in settings.py but the emails I'm getting do not contain that string.

I also note that the askbot.org site doesn't use the prefix noted in my last question.

Evgeny's avatar
13.2k
Evgeny
updated 2011-02-21 22:18:50 -0500
tfoote's avatar
161
tfoote
asked 2011-02-15 19:02:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

That's a bug, thank you.
Evgeny's avatar Evgeny (2011-02-15 19:03:50 -0500) edit
Sorry, this will have to wait until Friday, have to take a leave for two days.
Evgeny's avatar Evgeny (2011-02-15 20:32:07 -0500) edit
No problem, that's still a fast response. Thanks
tfoote's avatar tfoote (2011-02-16 00:22:14 -0500) edit
add a comment see more comments

1 Answer

0

Fixed in the github repository, will update the pypi version some time next week (will deploy here tomorrow).

Here is how it works:

the default value is django.conf.settings.EMAIL_SUBJECT_PREFIX - that may be set in the settings.py, further, there is a way to override this in the "email" section of the "live" settings.

It is possible to disable the setting by changing the "live" setting value to empty string.

Evgeny's avatar
13.2k
Evgeny
updated 2011-02-21 00:23:45 -0500, answered 2011-02-21 00:22:35 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments