Umbraco Contour:将主题行更改为不同的词典项目

发布于 2024-11-08 01:32:21 字数 316 浏览 0 评论 0原文

我对 Umbraco Contour 有严重的疑问。我希望在提交时发送 2 封电子邮件,其中包含 2 个不同主题以及从 umbraco 词典收集的信息。表格和电子邮件回复工作正常,但它只是主题行。

这是我想发送给客户的示例。

在此处输入图像描述

因此,对于其他电子邮件,我只需将客户端更改为主机,就像这样 “电子邮件主机主题”而不是“电子邮件客户端主题”

它在电子邮件上呈现的是“[#电子邮件客户端主题]”我尝试了不同的替代方案,但没有成功,结果相同。

I having a serious issue with Umbraco Contour. I wish to send on 2 emails on submission with 2 different subjects with information gathered from the umbraco dictionary. The form and the email response works fine, but its just the subject line.

Heres example of what I want to send to the client.

enter image description here

So for other email I would just change client to host so its like
"Email Host Subject" instead of "Email Client Subject"

What it renders on the email is the "[#Email Client Subject]" I have tried different alternatives but no success, same results..

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

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

发布评论

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

评论(1

潜移默化 2024-11-15 01:32:21

声明字典项时需要省略方括号,例如

#Email Client Subject

#后面的任何内容都被视为字典键。

http://our.umbraco.org /forum/umbraco-pro/contour/15992-bracket-syntax-for-dictionary-item

You need to omit the square brackets when declaring the dictionary item e.g.

#Email Client Subject

Anything after the # is treated as the dictionary key.

http://our.umbraco.org/forum/umbraco-pro/contour/15992-bracket-syntax-for-dictionary-item

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