hi...i am using email functionality for mysite but want to use the server time instead of local time for send email time and inbox ...
how can i achieve this ?????
thanks
About email time
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: About email time
This should already happen, but you can do it explicitly with an additional header:
Code: Select all
$headers .= "Date: " . date('r') . "\r\n";