Posted by Ashwinkumar
2015-10-07

my follow up email are reaching my inbox at a delay of approx 6 hours, pls help
Posted by Tom
2015-10-07

>my follow up email are reaching my inbox at a delay of approx 6 hours

The PHP timezone is not set right. You can set PHP timezone in php.ini or you can add this command at the top of the entry page.
<?php date_default_timezone_set("---your-time-zone-here---"); ?>
See this page for more details about the command.
http://php.net/manual/en/function.date-default-timezone-set.php