首页 > 其他 > 详细

redmine发邮件设置

时间:2014-07-18 17:03:40      阅读:421      评论:0      收藏:0      [点我收藏+]

redmine发邮件设置

1)使用http://bitnami.org/stack/redmine一键安装redmine (windows).


2)修改下面的文件:

D:\Bitnami\redmine-2.5.2-0\apps\redmine\htdocs\config\configuration.yml

...

production:

  email_delivery:
    delivery_method: :smtp
  smtp_settings:
    address: smtp.qq.com
    port: 25
    domain: smtp.qq.com
    authentication: :login
    user_name: "35013??????@qq.com"
    password: "xxxxxx"


development:

  email_delivery:
    delivery_method: :smtp
  smtp_settings:
    address: smtp.qq.com
    port: 25
    domain: smtp.qq.com
    authentication: :login
    user_name: "35013??????@qq.com"

    password: "xxxxxx"


3)然后在管理员页面配置如下:

bubuko.com,布布扣

redmine发邮件设置,布布扣,bubuko.com

redmine发邮件设置

原文:http://blog.csdn.net/ubuntu64fan/article/details/37905713

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!