1. 打开 \redmine-1.2.1\config, 将configuration.yml.example的后缀.example去掉。
2. 用记事本打开,添加smtp配置
# specific configuration options for production environment
# that overrides the default ones
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "smtpsrv02.xxx.cn"
port: 25
domain: 'xxx.cn'
# authentication: :login # 这里需要测试,有些需要认证,有些不需要,如果smtp也在AD里的就不需要。
# user_name: 'redmine@xxx.cn' #
# password: 'xxxxx' #
3. 保存文件,重启apache服务,登录页面”管理”—->”配置”—->”邮件通知”,修改邮件头,邮件签名,然后点击右下角的”发送测试邮件”,就可以测试你的邮件服务配置是否成功了。
4. 修改邮件里的服务器链接:登录页面”管理”—->”配置”—->“一般”,主机名称。