The time is wrong on my emails sent by php sendmail script?

  • Thread starter Thread starter ookami007
  • Start date Start date
O

ookami007

Guest
I am sending emails using the php sendmail script. The problem is, the server is on a different timezone than I am and the emails appear to have been send 5 hours before. Is there a way to change the time sent on email in php? I am using php on a Windows platform - v5.0
 
if you look at source #1, it will have the syntax for the mail(); function. Date looks like it should be in the additional headers section. Try looking into that.
 
Back
Top