First time here? Check out the FAQ!
1

How to receive Askbot email alerts?
 

Hi everyone,

So we use Askbot for our Q&A forum, and a problem that we often have is that people come to the forum to ask their question, the community responds, but the OP rarely comes back to validate a solution or even give feedback.

We'd like to set up an email reminder, like if I post a new topic, get some answers, I'd like to receive some sort of email reminder telling me "You have new answers on your topic, please come back and see if the community answered your question".

It is possible to do that with the settings ?

Thanks, Franck forum.oscaro.com/questions/

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)
franck.oscaro's avatar
11
franck.oscaro
asked 8 years ago
Evgeny's avatar
13.2k
Evgeny
updated 8 years ago

Comments

see more comments

1 Answer

0

There are two kinds of alerts: "instant" and "delayed". Instant should be sent, if you're not receiving them - either your account is configured to not receive email or outgoing mail server is not configured in settings.py or your outgoing mail server has trouble delivering email to users' mail boxes.

There is a number of management commands, sending "delayed"email alerts, please have a look in "askbot/management/commands" or here http://askbot.org/doc/management-comm... These commands can be run with cron jobs.

Also - your user profile must be set up to receive email alerts - it's available in one of the tabs in the user profile page. Default settings for that are in the admin "settings" menu.

The pre-requisite is a proper email setup of the Django project - please see relevant Django docs for that.

If you are not ready to set up your own mail server to insure successful email delivery - there is an option to use a mail delivery service such as mailgun, sendgrid, etc.

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
answered 8 years ago, updated 8 years ago
link

Comments

Hi Evgeny, Thanks for your answer.

franck.oscaro's avatar franck.oscaro (8 years ago)
<@franck.oscaro">p>@franck.oscaro -- If the answer solves your question, mark it as acceptd (click the accept button, the one with a tick mark next to the answer). This will mark the answer as accepted, and the question as solved.

slelievre's avatar slelievre (7 years ago)
see more comments