gpt4 book ai didi

windows-7 - Bonobo Git 服务器 SMTP 设置

转载 作者:行者123 更新时间:2023-12-02 04:28:22 28 4
gpt4 key购买 nike

我的 Win 7 PC 上安装了 Bonobo Git Server 3.6 版。今天,我尝试忘记密码,但它弹出错误消息,显示无法发送电子邮件。验证 SMTP 设置。.

如何以及在哪里可以设置 SMTP 设置?

最佳答案

Bonobo 使用标准 .NET smtp 设置。

这些可以在您的 Bonobo 安装的 web.config 中指定。

您可以阅读details here ,但基本上你应该添加 <mailSettings>组在configuration\system.net下

以下是一个简单但有效的示例。可以使用任何 smtp 服务器,并且您可以在链接中阅读,还可以提供各种安全设置。

<system.net>
<mailSettings>
<smtp deliveryMethod="network" from="bonobo@bonoserver.your.domain">
<network
host="accessible.smtp.host"
port="25"
/>
</smtp>
</mailSettings>
</system.net>

More details about the network element here

关于windows-7 - Bonobo Git 服务器 SMTP 设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29737754/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com