Revision history [back]
AskBot not sending pre-moderator alerts (email is correctly configured) ...
Hello Friends:
I'm on the latest version of AskHub (from GitHub yesterday).
First, my eMail parameters are working (as demonstrated here):
askbot$ python manage.py shell_plus --settings live
In [1]: from django.core.mail import mail_admins
In [2]: mail_admins('Hello, World!', 'This is a test email from the django shell')
In [3]: < Succeeds: I got the eMail >
And here:
askbot$ python manage.py askbot_send_moderation_alerts --settings live
askbot$ < Succeeds: I got the eMail >
And in this EMAIL configuration panel, https://example.com/settings/EMAIL/
, I set the following:
Enabled email alerts
Enabled instant email alerts
Enabled approved post alert
Enabled pre-moderation (in a different configuration panel)
and so on; and so on
However, when I post a test question for pre-moderation (as a different non-privileged user), no pre-moderation alert email is generated/sent. Why?
Thanks