redmine安装部署
四、 email使用
一键安装的时候没有对email进行配置的话,需要做如下设置。
1. 打开%bitnami%\redmine-x.x.x-x\
apps\redmine\htdocs\config\configuration.yml文件;
2. 修改如下(163邮箱为例,异步发送邮箱)
email_delivery:
delivery_method: :async_smtp
async_smtp_settings:
address: http://www.77cn.com.cn
port: 25
domain: http://www.77cn.com.cn
authentication: :login
user_name: "username@http://www.77cn.com.cn"
password: "password"
enable_starttls_auto: true
或者
delivery_method: :async_smtp
async_smtp_settings: