gpt4 book ai didi

PHP Mandrillapp 使用 addGlobalMergeVar 发送原始 html

转载 作者:搜寻专家 更新时间:2023-10-31 21:21:12 24 4
gpt4 key购买 nike

是否有机会发送原始 html eq.将表格订购到 MandrillApp 模板并获取不是 raw html

我试过下面的代码:

$itemTable = 'html table'
->addGlobalMergeVar('order_items_table_content', $itemTable);

我的 Handlebars html 模板:

   {{ order_items_table_content }}

最佳答案

如果您使用 Handlebars ,请使用三个 { 而不是两个。

这将被转义:

{{ my_html_value }}

这不会被转义:

{{{ my_html_value }}}

更多信息:https://mandrill.zendesk.com/hc/en-us/articles/205582537-Using-Handlebars-for-Dynamic-Content

关于PHP Mandrillapp 使用 addGlobalMergeVar 发送原始 html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47939518/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com