Does anyone know how to get around the date header problem with PHP4 on Windows ? I loaded the latest version and I'm still seeing a problem.
It looks like php's mail() function automatically adds a date header and incorrectly sets the "offset". In my case (east coast USA) the offset should be +0500 but php sets it to +0500 which causes the mail clients to list the email as 10 hours old. This lead to a lot of complaints from our client.
Any ides? It this working for anyone on windows? It there a simple fix? Am I doing something wrong ?
Thanks for any help!