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页面配置

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

相关文章:

猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-09-15
相关资源
相似解决方案