2016-02-12 87 views
0

我的mandrill一直说我的消息没有打开时,我呼叫消息/ info.json,尽管我已经添加了跟踪。添加跟踪到mandrill发送模板

这里是我的要求:

{ 
"key": "mykey", 
"template_name": "message", 
"template_content": {}, 
"message": { 
    "html": null, 
    "text": null, 
    "subject": "test", 
    "from_email": "[email protected]", 
    "from_name": "test", 
    "to": [ 
     { 
      "email": "[email protected]", 
      "name": "rob", 
      "type": "to" 
     } 
    ], 
    "headers": null, 
    "important": null, 
    "track_opens": true, 
    "track_clicks": true, 

等。

我山魈响应我的呼唤/messages/info.json

{ 
"ts": 1455290984, 
"_id": "3e5877fc43044841ab505f999b4a5b00", 
"state": "sent", 
"subject": "test", 
"email": "[email protected]", 
"tags": {}, 
"opens": 0, 
"clicks": 0, 
"smtp_events": [ 
    { 
     "ts": 1455290986, 
     "type": "sent", 
     "diag": "250 2.0.0 OK 5E/A9-30218-21AFDB65", 
     "source_ip": "198.2.134.26", 
     "destination_ip": "94.143.184.119", 
     "size": 23062 
    } 
], 
"resends": {}, 
"sender": "[email protected]", 
"template": "pocmessage", 
"opens_detail": {}, 
"clicks_detail": {} 

}

5分钟后。打开邮箱后仍然没有结果.. 我做错了什么? 谢谢

+0

我忘了什么? – RobinHo

回答

0

我需要大约2小时,直到Mandrill知道您的邮件何时打开。