The scheduler can be ran manually, and sometimes this is a good way to test the system's functionality.
http:/scheduler/twitter for twitter, replace twitter with email to test for email but make sure to comment these:
#RewriteCond %{REMOTE_ADDR} !^127.0.0.1$
#RewriteRule ^.*/scheduler/.*$ - [F,L]
first in the .htaccess to enable you to run that. When done, remember to uncomment those lines back.
↧