I am new to Redmine and have never set up outbound SMTP before this. I am a little in the dark and I need some assistance.
I am using Redmine packaged by Bitnami for context. I provided a file that I used and I have not been getting any results and I am at a loss. I've seen some posts saying that I need to install the action_mailer_optional_tls plugin but I am not aware of where it should go. This command: ruby script/plugin install git://github.com/collectiveidea/action_mailer_optional_tls.git doesn't work.
# = Redmine configuration file
#
# Each environment has its own configuration options. If you are only
# running in production, only the production block needs to be configured.
# Environment specific configuration options override the default ones.
#
# Note that this file needs to be a valid YAML file.
# DO NOT USE TABS! Use 2 spaces instead of tabs for indentation.
# default configuration options for all environments
default:
# Outgoing emails configuration
# See the examples below and the Rails guide for more configuration options:
# http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "smtp.gmail.com"
port: '587'
domain: "smtp.gmail.com"
authentication: :plain
user_name: 'gethelp.tasbelize@gmail.com'
password: '****'