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

Redmine邮件发送功能配置

时间:2014-08-25 16:57:34      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:io   ar   art   log   on   ad   c   res   app   

在目录\apps\redmine\htdocs\config下找到configuration.yml, 打开,修改配置,如下:

email_delivery:
delivery_method: :async_smtp
async_smtp_settings:
# delivery_method: :smtp
# smtp_settings:

address: smtp.163.com
port: 25
domain: "163.com"
authentication: :login
user_name: XXXX@163.com
password: ******
# enable_starttls_auto: true

Redmine邮件发送功能配置

标签:io   ar   art   log   on   ad   c   res   app   

原文地址:http://www.cnblogs.com/powerme/p/3935190.html

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