$message = "This is a test"; $headers = "From: foo@bar.com\r\nContent-type: text/html\r\n"; mail("you@yourdomain.com", "Testing", $message, $headers);?>