First time here? Check out the FAQ!

sarbjit's profile - activity

2016-09-20 15:04:22 -0500 received badge Famous Question (source)
2014-12-14 22:25:15 -0500 received badge Editor (source)
2014-12-14 22:22:20 -0500 asked a question Askbot not sending subscription emails

I am new to Askbot and I am having some problems while configuring it.

I have subscribed to get instant mails for all the activities including getting emails for questions asked by me.

I am able to get emails from the feedback form but I am not getting other email - including on asking new question, answering a question. Can some one please help me or point me on what and where to debug?

I have even tried the send_email_alerts command as well

EDIT

I debugged it little bit using pdb, and found "feed.should_send_now()" is returning False.

**138 for feed in user_feeds: 139 if feed.should_send_now() == True: 140 should_proceed = True 141 break


I am not having any idea about feed object.

2014-12-12 23:12:11 -0500 asked a question How to change the askbot.conf values?

I am new to Django/Askbot, somehow my FEEDBACK_EMAILS got incorrect email address. I am not able to update it. Can someone please help me on on how to do it? I have tried cleaning up the db/session/cache etc.

from askbot.conf import settings as a a.FEEDBACK_EMAILS