Redmine邮件配置

2020-04-04  本文已影响0人  走码人

环境版本

redmine-3.4.6-3

操作系统

centos-release-7

修改配置

路径:redmine-3.4.6-3/apps/redmine/htdocs/config/configuration.yml

production:
 email_delivery:
    delivery_method: :smtp
    smtp_settings:
      enable_starttls_auto: false
      address: "smtp.mail.qq.com"
      port: 25
      domain: "smtp.mail.qq.com"
      authentication: :plain
      user_name: "你的邮箱地址"
      password: "你的密码"

注意事项

enable_starttls_auto: false 邮箱是否启用TLS
地址和域名一定要注意设置正确

production设置后,default中的设置将无效

上一篇 下一篇

猜你喜欢

热点阅读