You could intercept the submit by using the submitHandler option. This option can be set to a callback function that could fire off an ajax request that sends an email.
To make this work, you will need to setup a script on the server that handles the mail sending. Send all of the data required in the ajax request and the server script can send the mail and return a success response.
jonstjohn
2009-02-27 18:44:45