Ask by email not working?
Ask by email is not working
The IMAP is working. After running the command
python manage.py post_emailed_questions
, all the emails are removed from the remote mailbox, as expected.However, no questions appear in the AskBot instance.
Yes. I did go to go to the site's live settings and enable the feature "Email settings" -> "allow asking by email"
Yes. There is no exception raised. Very weird...
Using the latest github code, deployed with Apache + wsgi
http://fashionsteal.com/questions/
Well, there are warnings, but I don't think the warnings matter
fs_com_virtpy/lib/python2.6/site-packages/Django-1.3-py2.6.egg/django/db/__init__.py:19: DeprecationWarning: settings.DATABASE_* is deprecated; use settings.DATABASES instead.
DeprecationWarning
fs_com_virtpy/lib/python2.6/site-packages/Django-1.3-py2.6.egg/django/db/__init__.py:60: DeprecationWarning: Short names for ENGINE in database configurations are deprecated. Prepend default.ENGINE with 'django.db.backends.'
DeprecationWarning
Comments