Creating database notification through email

hello,
I need to create a mechanism that sends email notificaion to
one or more email addresses whenever the database fields
reach certain high or low levels. Can anyone help me?

This project will be new so it can use sql, coldfusion, flash or
whatever ideas you can come up with.
Let me know what your ideas are.

executivedesign

posted in the wrong section, moved :slight_smile:

Your best bet is to probably use PHP, and mySQL. Coldfusion is good, but there aren’t as many resources as PHP on the web. ASP is also an option, but most servers don’t even support that these days :sigh:

Anyway, basically have a page that counts the records, and once it get’s to a certain amount send an email to whomever you want it to.

Really not that complicated, run a few searches on the forums, I’m sure that will at least get you on the right track.