第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

Mandrill 模板不在陣列上循環(huán)

Mandrill 模板不在陣列上循環(huán)

我正在嘗試將項(xiàng)目數(shù)組發(fā)送到Mandrill模板,但它不起作用,我收到的郵件顯示循環(huán)本身而不是數(shù)據(jù)。這是我的python代碼:message = {    'text': '',    'html': '',    'preserve_recipients': False,    'to': [        {            'email': 'rohit@email.com',            'name': 'Rohit Khatri',            'type': 'to'        }    ],    'merge_vars': [        {            'rcpt': 'rohit@email.com',            'vars': [                {                    'name': 'name',                    'content': 'Rohit Khatri'                },                {                    'name': 'email',                    'content': 'rohit@email.com'                }            ]        }    ],    'global_merge_vars': [        {            'name': 'notifications',            'content': [                {                    'name': 'Rohit Khatri',                    'profile_picture': 'http://rohitkhatri.com/profile_picture.jpg'                },                {                    'name': 'John Doe',                    'profile_picture': 'http://johndoe.com/profile_picture.jpg'                }            ]        }    ]}api = Mandrill('MANDRILL_KEY')api.messages.send_template(    template_name = 'notification',    template_content = {},    message = message)這是模板代碼:{{#each notifications}}<tr class="item">    <td valign="top" class="textContent">        <img src="{{profile_picture}}" width="50" height="75" class="itemImage"/>        <h4 class="itemName">{{name}}</h4>    </td></tr>{{/each}}這是我收到的電子郵件輸出:{{#notifications}}{{name}}{{/notifications}}它沒(méi)有執(zhí)行循環(huán),不知道我做錯(cuò)了什么。
查看完整描述

1 回答

?
烙印99

TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超13個(gè)贊

我遇到了同樣的問(wèn)題,我在消息對(duì)象中添加了 'merge_language'=>'handlebars',它解決了我的問(wèn)題。


查看完整回答
反對(duì) 回復(fù) 2021-09-28
  • 1 回答
  • 0 關(guān)注
  • 156 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)