First time here? Check out the FAQ!

Revision history  [back]

Hello, it is possible to use askbot with Django 1.2, there will be a difference in dependency - a later version of Coffin library will be required.

If you run into other difficulties working with Django 1.2 - please follow up.

In general - it is the best to implement a custom EmailBackend. Askbot uses built in django functions to send mail, so with a custom backend it will be possible to make use of other email services.