You probably need a trigger to catch the inserts and compare them to the previous entries. Assuming you can do this and have some ordering criteria, I'd have the trigger drop a value in some table.
Then have a job that queries the table every minuite and sends a mail message if it sees the value.