Normally I would do this on the page that processes the form data, using the mail() function.
However, I've got a site with a google checkout button on it. What I would like to do is send an email everytime someone clicks on the google checkout link.
What I want to be able to do is analyse the number of times orders are submitted and compare them with orders that are processed through google.
Any ideas how this could be done ?
Blu