Sendmail when data submitted not by admin

Sendmail when data submitted not by admin

Hello Zoho,

first of all: I like your service a lot, great work!

Maybee you can help me with some script?

My database is public and I want to get a mail-message, if someone except me (admin) submitted or changed data.

So function has to be some sort of:

on add -> on success:

if (input != useradmin)
{sendmail...}

Is there a way to do such a script? I didn't find a pregiven function for that..

Thank you very much!