Email notification of bookmark update

davidbrit2

Licensed Computer Geek
Okay, so here's the scenario. I've got an order status page that I want to check for updates, maybe hourly or so. This page is also behind a cookie-based login/password authentication system. I'd like to find something that will allow an email to be sent to an arbitrary address whenever updates are detected on this page. Omniweb has no problems doing the update checking if I bookmark it, but it doesn't have any support for sending an email. If I could find some way to make it work with growl, then that would be trivial to accomplish.

Any recommendations for how to do this? I can set up a cron job on my server if it comes down to it. But keep in mind that the page uses cookie authentication persistence, so I can't just use wget and diff, unfortunately.
 
Back
Top