First time here? Check out the FAQ!
2

How do I get answers emailed to me?
 

I want to be able to get the answers to the questions or posts I follow emailed to me, or get email notification that my question has been answered.

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)
garlic's avatar
1
garlic
asked 11 years ago
Evgeny's avatar
13.2k
Evgeny
updated 11 years ago

Comments

Is that on our hosted site or some other deployment?

Evgeny's avatar Evgeny (11 years ago)
see more comments

1 Answer

1

Firstly functioning mail server must be configured with Askbot. Please look at the django documentation for that.

Secondly - the user who is to receive alerts is to be subscribed for that.

One way to subscribe is to go to the user profile -> subscriptions, make selections and save. Another way - if you are the site admin - go to the "settings" (the site settings link that is available to the administrators at the header) -> email and email alert settings and adjust defaults for the subscriptions.

The defaults applied in the second method will be effective only to the new users.

Lastly - it is also possible to enable "subscribed tag set" (in the settings -> data entry and display rules") and then edit subscribed tag sets from the tags page - this function is also available only to administrators and site moderators.

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 11 years ago
link

Comments

see more comments