Forum Moderators: coopster
Why?
Both the edu site and my server use Squirrelmail. Is it a matter of spam filtering, or problems with my script--I'll include the headers below. This is the school I attend, and ITS has not helped me.
Headers:
$headers = "From: blank@blank.com\n";
$headers .= "To: ".$email."\n";
$headers .= "Reply-To: blank@blank.com\n";
$headers .= "X-Priority: 1\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Mailer: SquirrelMail version 1.4.3a\n";
$headers .= "Content-Type: text/plain; charset=\"iso-8859-1\"\n";
$headers .= "Content-Transfer-Encoding: 8bit\n";
___________________________________
Thanks, I appreciate all the pointers I've been given since I registered here.