Defect #16980
closedEmail Configuration - REDMINE 2.4.0.stable
0%
Description
Hi Guys
I am running REDMINE 2.4.0.stable on a CentOS 6.5. My environment details are as follows:
*Environment:
Redmine version 2.4.0.stable
Ruby version 2.1.0-p0 (2013-12-25) [x86_64-linux]
Rails version 3.2.15
Environment production
Database adapter MySQL
SCM:
Subversion 1.6.11
Git 1.7.1
Filesystem
Redmine plugins:
no plugin installed *
I have configured the configuration.yml file with our SMTP Server details to send out email notifications to different users on our REDMINE system.
However, I noticed that when we receive the emails, the "To" list doesn't show the receipient email address. It is empty. Also, it doesn't show any other details such as cc or bcc.
My email configuration settings are as follows:
"# default configuration options for all environments
default: # Outgoing emails configuration (see examples above)
email_delivery:
delivery_method: :smtp
smtp_settings:
address: mail.example.com
port: 25
domain: pantelintl.com
authentication: :login
user_name: redmine@example.com"
password: xxxxxxx "
Could any of you please provide me some assistance why the email address is not listed in the To list and why cc or bcc is also not listed in the emails that are coming from the REDMINE system?
Looking forward for useful assistance,
Regards
Jo
Files