>
> I an using PHP Version 4.0.5RC1 on an NT 4 sp5 box. I am playing around
> with the mail() function but I and have got it working a minor problem is
> that the date header is wrong the header is
>
> Date: Fri, 30 Mar 2001 13:42:59 0000
>
> it should be.
>
> Date: Fri, 30 Mar 2001 13:42:59 +0100
>
> I have checked the server for time zone etc.
>
> I also run an SMTP server from it (Not exchange) and everything is OK on
> that.
Hi david,
I just checked this with 4.0.5RC5 and 4.0.6-dev and it works for me.. looks
like screwed Daylight savings time doesnt seem to be a problem with PHP
although because it doesnt touch the date header (which is done by the mail
server itself.) One option is to set your own valid date header using the
extra argument to mail.
James
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]