I\'m having a problem replacing mc:edit content areas in Mailchimp with the content that I provide.
mc:edit
The email is sent out to the subscribers, but none o
Following PHP code worked for me
$api = new MCAPI($apikey); $type = 'regular'; $opts['list_id'] = 'id'; $opts['subject'] = 'The subject'; /**/ $content = array('html_std_content00'=> $template); $retval = $api->campaignCreate($type, $opts, $content); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复