\r\n"; $headers .= "X-Priority: 3\r\n"; $headers .= "X-MSMail-Priority: Normal\r\n"; $headers .= "X-Mailer: Mozilla Update Mail System 1.0"; $subject = "[$name $version] $action_email \n"; $message = "$name $version - $action_email\n"; $message .= "Your item, $name $version, has been reviewed by a Mozilla Update editor who took the following action:\n"; $message .= "$action_email\n\n"; $message .= "Your item was tested by the editor using $testbuild on $testos.\n"; $message .= "Editor's Comments:\n $comments\n"; $message .= "----\n"; $message .= "Mozilla Update: https://$sitehostname/\n"; mail($to_address, $subject, $message, $headers); } ?>