centos环境下redmine邮件配置
#Redmine版本
redmine-2.4.2
#Redmine邮件配置(SMTP ssl方式 465端口验证)
#------------------------------------------------------------------
cd /techcenter/web/redmine-2.4.2/confi
cp configuration.yml.example configuration.yml
vi configuration.yml
cp configuration.yml.example configuration.yml
vi configuration.yml
#注释掉默认邮件配置,在文件最下面增加如下配置,红色部分自行修改:
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
ssl: true
address: IP
port: 465
domain: IP
authentication: :login
user_name: "邮件账号"
password: "邮件密码"
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
ssl: true
address: IP
port: 465
domain: IP
authentication: :login
user_name: "邮件账号"
password: "邮件密码"
Redmine-->配置-->邮件通知-->邮件发件人地址 改为 你所填写的"邮件账号"
#重启apache
#-------------------------------------------------------------------------------------------
#Redmine邮件配置完毕!
相关推荐
dqcoffee 2014-03-11
futurezone 2012-02-23
benjaminlee 2010-08-30
tiebanshao 2014-02-11
JOO 2020-04-26
安之偌素 2020-03-26
xsg 2020-01-25
83901832 2014-03-11
蜀川居 2014-03-11
踩风火轮的乌龟 2008-03-22
wangyongwyk 2011-07-31
zhaoweiping 2009-12-09
ApachePHPMySQL 2014-03-11
zhaohuan 2011-10-30
Claroja 2011-08-09
chenchuang 2010-10-10
好脑筋不如烂笔头 2014-04-21
冷月醉雪 2014-03-13
Coohx 2014-02-27