:) And that was my subject for the test mail I sent :) It was just a coincidence. What values can Importance have? $headers = "X-Sender: ".$this->myFrom." <".$this->myFromEmail.">".$eol; $headers .= "From: ".$this->myFrom." <".$this->myFromEmail.">".$eol; $headers .= "Date: ".date("r").$eol; $headers .= "Subject: ".$this->mySubject.$eol; $headers .= "Delivered-to: ".$this->myTo." <".$this->myToEmail.">".$eol; $headers .= "MIME-Version: 1.0".$eol; $headers .= "Reply-To: ".$this->myFrom." <".$this->myFromEmail.">".$eol; $headers .= "Content-type: text/html; charset=utf-8".$eol; $headers .= "X-Priority: 3".$eol; $headers .= "Importance: 3".$eol; $headers .= "Return-Path: ".$this->myFrom." <".$this->myFromEmail.">".$eol; $headers .= "X-Mailer: PHP v".phpversion().$eol; X-Sender: webmaster@xxxxxxxxxxx From: DWS Asia <webmaster@xxxxxxxxxxx> Date: Thu, 04 May 2006 22:04:23 +0700 Subject: What is this? 2 Delivered-to: Markus Karlsson <maka9641@xxxxxxxxxxx> MIME-Version: 1.0 Reply-To: DWS Asia <webmaster@xxxxxxxxxxx> Content-type: text/html; charset=utf-8 X-Priority: 3 Importance: 3 Return-Path: DWS Asia <webmaster@xxxxxxxxxxx> X-Mailer: PHP v4.3.11 Best regards, Peter Lauri -----Original Message----- From: Angelo Zanetti [mailto:angelo@xxxxxxxxxxxx] Sent: Friday, May 05, 2006 1:31 PM To: Peter Lauri Cc: php-general@xxxxxxxxxxxxx Subject: Re: Mail and hotmail Peter Lauri wrote: > I do set the headers now, but still the email is not delivered to Hotmail. > This is the headers that I set: > > X-Sender: webmaster@xxxxxxxxxxx > From: DWS Asia <webmaster@xxxxxxxxxxx> > Date: Thu, 04 May 2006 22:04:23 +0700 > Subject: What is this? 2 the subject of your email! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php