How to setup Askbot not to send the whole answer via e-mail?
I want to setup askbot email text. When a user gets the answer for his question he should get only the notification that he got an answer, but not the answer itself.
Comments
There is no set-up option for this yet, but it is possible to implement. In some cases you might want full text in the email in others just a snippet.
A snippet is better for growing communities. The user has to come back at least once, and than he can communicate further.
Agree with @Toms I think having snippet can improve participation.