Roundcube Community Forum

Release Support => Pending Issues => Topic started by: crani0 on June 18, 2014, 12:34:56 PM

Title: Date does not appear
Post by: crani0 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?
Title: Re: Date does not appear
Post by: SKaero on June 18, 2014, 07:59:08 PM
Make sure date.timezone is set in the php.ini.
Title: Re: Date does not appear
Post by: crani0 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.
Title: Re: Date does not appear
Post by: SKaero 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.