設定後は/opt/redmine-3.0.4-1/ctlscript.sh restart
を行っております。
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:
# address: smtp.gmail.com
# port: 587
# domain: example.net
# authentication: :login
# user_name:
# password:
enable_starttls_auto: true
address: "smtp.gmail.com"
port: 587
domain: "smtp.gmail.com"
authentication: :plain
user_name: "自分のアドレス@gmail.com"
password: "自分のパスワード"