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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago
tfoote's avatar
161
tfoote
asked 14 years ago

Comments

That's a bug, thank you.
Evgeny's avatar Evgeny (14 years ago)
Sorry, this will have to wait until Friday, have to take a leave for two days.
Evgeny's avatar Evgeny (14 years ago)
No problem, that's still a fast response. Thanks
tfoote's avatar tfoote (14 years ago)
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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago, answered 14 years ago
link

Comments

see more comments