主题中的Powermail字段

时间:2016-12-18 20:59:47

标签: field typo3 subject powermail

我希望在收件人主题中有一个powermail字段。我尝试使用“Testmail 123 {testfield}”插入它。 我为此字段指定了自定义变量名{testfield}。 但我无法让它发挥作用,甚至在主题中尝试使用{uid82}

有人遇到过这个问题并知道如何解决这个问题吗?

2 个答案:

答案 0 :(得分:2)

您可以尝试覆盖。我回答了一个(我自己的)关于如何使用表单中的字段(下拉列表)覆盖收件人电子邮件的问题。

你可以在这里找到TS:

https://github.com/einpraegsam/powermail/blob/develop/Configuration/TypoScript/Main/setup.txt#L146

请在此处查看我的解决方案:

Send TYPO3 EXT:powermail mail to diffrent recievers depending on selection in a dropdown

在powermail ext的slack-channel中发布部分问题之后,Alex发布了这个解决方案:

plugin.tx_powermail.settings.setup.receiver.overwrite.subject = COA
plugin.tx_powermail.settings.setup.receiver.overwrite.subject {
10 = TEXT
10.data = GP:tx_powermail_pi1|field|markername
10.noTrimWrap = |My subject with the value ||
}

答案 1 :(得分:0)

来自randomscult的答案是正确的。然而,应该可以简单地使用如下主题: "来自{firstname}"

的新邮件

无效的可能原因: - 您的字段是数组类型而不是字符串 - 您的HTML-Source与...不同 - 电子邮件中的一个未知错误。如果是,请将其报告给forge.typo3.org