email notifications sended with time 1h in future
Added by Markus Dimmers over 11 years ago
Everytime Redmine sends an E-Mail, example new Issue or Issue Changed, the E-Mail time is on hour in future.
I take a look in DB and there the time is correct. Alsough the time from Server is the right.
Redmine Version : 2.2.2.stable
Ruby Version: 1.9.3
Rails Version: 3.2.11
DB Adapter: MySQL2
No Plugins installed
Tried to set config.time_zone = 'Berlin' in application.rb nothing changed.
Can you please help me.
Replies (2)
RE: email notifications sended with time 1h in future
-
Added by Jan Niggemann (redmine.org team member) over 11 years ago
- How does your redmine instance send its emails?
- Does the server redmine is installed on have the right timezone? Does it also run the MTA (mailserver)?
RE: email notifications sended with time 1h in future
-
Added by Markus Dimmers over 11 years ago
1. Redmine sends mails via smtp
My configuration.yml
default:
#Outgoing emails configuration (see examples above)
email_delivery:
delivery_method: :smtp
smtp_settings:
#tls: false
enable_starttls_auto: true
openssl_verify_mode: 'none'
address: smtp.mydomain.de
port: 25
domain: mydomain.de
authentication: :login
user_name: "myuser"
password: "mypassword"
2. The server redmine installed hast the right timezone. And it does not run the MTA.