Author Topic: Date does not appear  (Read 3220 times)

Offline crani0

  • Newbie
  • *
  • Posts: 2
Date does not appear
« on: June 18, 2014, 12:34:56 PM »
Hi everyone, i have a website with a standard contact form in html and php, sending the information to my roundcube email account. Everything works fine except the date of the emails, it doesn't appear on my inbox. I tried to research a solution for my php code but with no luck so far. I don't know if there is a Date attribute for the header. Anyone knows how to fix this on roundcube? or php?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Date does not appear
« Reply #1 on: June 18, 2014, 07:59:08 PM »
Make sure date.timezone is set in the php.ini.

Offline crani0

  • Newbie
  • *
  • Posts: 2
Re: Date does not appear
« Reply #2 on: June 20, 2014, 08:16:36 AM »
Thanks for the quick reply but what do you mean by php.ini? I only have a form_process.php on my website root folder, and i've already insert the date.timezone.set on my code, i got it to appear on the email body message, but the header is still blank.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Date does not appear
« Reply #3 on: June 20, 2014, 11:14:23 PM »
The php.ini is where the php settings are stored, contact your host and ask them to change it if you don't have access to it.