<?php mail('emailaddress@[EMAIL PROTECTED] ', 'TEST', $_SERVER['REMOTE_ADDR']); header('Location: http://www.website-to-redirect-to.com/'); ?> I'm wondering if the mail( ) function is in HTML too...