Question
WebNitify does not seem to be working for my site. Is there a way to test it.
Environment
--
GaryBrown - 12 Feb 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
The
MailerContrib is tested by unit and integration tests that don't get shipped with a release. Here's how I release-test it.
- In Sandbox web, create a WebNotify with only yourself in it.
- Set up a mailnotify cron job to run every minute. Do not add the -q switch. Redirect the output to a writable logfile.
- Make changes in the Sandbox web
- Watch the mails pour in - or not.
Monitor you apache error_log for errors.
Some possible reasons for it not working:
- You don't have permission to read all the topics
- The user running the cron job can't write the logfiles
- Your mail configuration is broken
--
CrawfordCurrie - 12 Mar 2006