码迷,mamicode.com
首页 > 其他好文 > 详细

redmine发送邮件

时间:2015-09-18 15:31:42      阅读:101      评论:0      收藏:0      [点我收藏+]

标签:

vim /data/server/redmine/apps/redmine/htdocs/config/configuration.yml

default:
  # Outgoing emails configuration (see examples above)
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: smtp.163.com
      port: 25
      domain: 163.com
      authentication: :login
      user_name: "zab_alert@163.com"
      password: "xxxxxxx"

  

redmine web页面配置

管理 - 配置 - 邮件通知 - 邮件发送人 更改

redmine发送邮件

标签:

原文地址:http://www.cnblogs.com/cmsd/p/4819181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!