メール通知のためのconfiguration.ymlの設定

更新日 2020/06/04
作成日 2007/11/04

 config/configuration.yml Redmine config/configuration.yml.example 

 config/email.yml Redmine 1.2 config/configuration.yml 


 config/configuration.yml 

RedmineMTA

default:
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: localhost
      port: 25
      domain: redmine.example.com

loginSMTP(mail.example.com)使

default:
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: mail.example.com
      port: 25
      authentication: :login
      domain: redmine.example.com
      user_name: myaccount
      password: password


Redmine



:

():



Redmineconfiguration.yml
configration.yml

 (Redmine)