简体   繁体   English

TYPO3 表单框架:个性化 email

[英]TYPO3 Form Framework: personalized email

Is it possible to send a personalized email with the extension form?是否可以发送带有扩展名的个性化 email?

For example: Hello Paul...例如:你好保罗...

where "Paul" is a value from a form field.其中“Paul”是来自表单字段的值。 How can I insert the value in the email template?如何在 email 模板中插入值?

I find a solution我找到了解决方案

  1. Insert {title} in the email template.在 email 模板中插入 {title}。 The values are defined in the form.yaml in the finisher section.这些值在装订器部分的表格.yaml 中定义。

  2. Insert {form.request.arguments.field-identifier} in the email template在 email 模板中插入 {form.request.arguments.field-identifier}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM