\r\n"; $headers .= "To: RUMBUS Organizers \r\n"; $headers .= "Cc: ep@math.bu.edu\r\n"; $headers .= "X-Priority: 1\r\n"; $headers .= "X-MSMail-Priority: High\r\n"; $headers .= "X-Mailer: sendmail"; $subject = "A new registration for RUMBUS03"; mail( "jspencer@math.bu.edu", $subject, $abemail, $headers ); $message = "subscribe u-sympos03"; $subject = ""; $headers = ""; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: ".$email." <".$email.">\r\n"; $headers .= "To: Majordomo \r\n"; $headers .= "X-Priority: 1\r\n"; $headers .= "X-MSMail-Priority: High\r\n"; $headers .= "X-Mailer: sendmail"; mail("majordomo@math.bu.edu", $subject, $message, $headers); $file = fopen( "register.thankyou", "r" ); while( !feof($file) ) { $thanks .= fgetc($file); } fclose( $file ); print $thanks; } else { $file = fopen( "register.nothankyou", "r" ); while( !feof($file) ) { $nothanks .= fgetc($file); } fclose( $file ); $missing = "
\n";
		for( $i=0; $i