在 Sitecore 中设置电子邮件地址忘记的密码

发布于 2024-11-13 08:10:39 字数 230 浏览 2 评论 0原文

我正在尝试将 Sitecore 配置为在 CMS 用户重置密码时从特定电子邮件地址发送电子邮件。

目前,电子邮件是从 [email protected] 发送的,但不在任何配置文件。

I am trying to configure Sitecore to send emails from a specific email address when a CMS user goes through to reset their password.

Currently the email is sent from [email protected] but it isn't in any of the config files.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

左岸枫 2024-11-20 08:10:39

您不会在配置文件中找到“发件人”电子邮件地址,因为它是硬编码的。

您可以通过转至 [website_root]/sitecore/login/passwordrecovery.aspx 并编辑 第 39 行 上的 MailDefinition.From 属性来手动更改此设置。

编辑:
编辑该页面的代码隐藏并从配置文件中提取发件人地址可能是个好主意。

You won't find from email address in a config file because it is hard-coded.

You can change this manually by going to [website_root]/sitecore/login/passwordrecovery.aspx and editing MailDefinition.From property on line 39.

Edit:
Might be a good idea to edit codebehind for that page and pull sender address from a config file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文