ahh, thank you
i looked at the tread, and im not so sure what a MX record is or how to 
program in PHP but im going to try to put "phpversion();" at the end 
becuase that is what that person has
here is my php code:
[code]
<?php
  $to = "[EMAIL PROTECTED]";
  $email =  $_POST['email'];
  $subject = $_POST['subject'];
  $message = $_POST['message'];
  $headers = "From: $email";
  mail($to, $subject, $message, $headers)
?>
[/code]

Reply via email to