Project

General

Profile

Bitnami Redmine 2.3.2 Email Configuration

Added by Karl Fenech over 10 years ago

Hi,
We have recently run Redmine 2.3.2 from the downloaded Virtual Machine and set up some initial settings. We are currently trying to set up the email part as per link below:

http://www.redmine.org/projects/redmine/wiki/HowTo_configure_Redmine_to_mail_to_MS_Exchange_server

Unfortunately we are lacking Linux expertise and cannot find any indepth documentation on how to edit config/configuration.yml file as the config folder is not present. I must be doing something silly can anyone help?

Thanks!


Replies (5)

RE: Bitnami Redmine 2.3.2 Email Configuration - Added by Brian M over 10 years ago

Config folder has to be present if Redmine is running. MIght want to post what kind of install this is with what OS you are running. For example is it an AWS Bitnami install? RPM? Ect.

RE: Bitnami Redmine 2.3.2 Email Configuration - Added by Karl Fenech over 10 years ago

Good morning, I am attaching a screenshot of the existing folders. Can you let me know how I can find the version installed? The installation was downloaded a couple of days ago in VM format.

RE: Bitnami Redmine 2.3.2 Email Configuration - Added by Karl Fenech over 10 years ago

Hi,
I did find the configuration file which is situated in /opt/bitnami/apps/redmine/htdocs/config

I added the below at the start of configuration.yml to the following:

production:
email_delivery:
delivery_method: :smtp
smtp_settings:
tls: true
address: "smtp.gmail.com"
port: 587
domain: "smtp.gmail.com"
authentication: :plain
user_name: ""
password: "password"
enable_starttls_auto: true

I am still getting the following error when i try to log into https://server/redmine

We're sorry, but something went wrong.

We've been notified about this issue and we'll take a look at it shortly.

Any ideas?

RE: Bitnami Redmine 2.3.2 Email Configuration - Added by Waseem Qaiser Khan Lodhi over 10 years ago

Hi Karl,
I've faced the same error.

But now resolved.

Put your code at the end section of configuration.yml. There is a section about it already defined.

Just override it.

Remember, don't use 'Tabs' for indentation but you can use '2 spaces' for it.

    (1-5/5)