"; $subject = "iGregator registration"; $headers = "From: iGregator \r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/plain; charset=utf-8\r\n"; $headers .= "X-Priority: 1\r\n"; $headers .= "X-MSMail-Priority: Normal\r\n"; $headers .= "X-Mailer: php\r\n"; return mail($to, $subject, $message, $headers); } ?>