通知电子邮件中的 Kentico 表单和动态主题行

Kentico forms and dynamic subject line in the notification email

我有一个包含两个字段的简单表单,主题和消息。我的电子邮件正文很好,但我试图在主题行中附加主题值。

这是我的主题行

CEO Direct Message - {%value:subject%}

这是电子邮件

<html>
<head>
 <title></title>
</head>
<body>
<p><strong>Subject:</strong> $$value:subject$$</p>

<p><strong>Date:</strong> $$value:FormInserted$$</p>

<p><strong>Message:</strong><br />
$$value:message$$</p>
</body>
</html>

猜测主题是字段名。您试过 {%subject%} 了吗?

试试这个 --

CEO Direct Message - {$subject$}