<input type="checkbox" onclick="document.location='http://yoursite.com/mailer.php';">
in 'mailer.php' DO NOT output anything, just simply mail the user. If need be, use something like this..
Email: <input type="text" name="email"><br/>
Mail Now?: <input type="checkbox" onclick="document.location='http://yoursite.com/mailer.php?email=' + email.value;">
Maybe that will work, i'm not too sure. But you can give it a try 🙂