campaign-monitor

How to centre a HTML email in outlook and make the background color filled?

天涯浪子 提交于 2020-01-05 08:12:13
问题 Just a quick question - I am using Campaign Monitor to send out HTML E-mails, however they are not centred in outlook, but are in Apple mail and gmail. I have tried adding the following css just for outlook: .readMsgBody .c-ReadMessagePartBody{ background-color: #F3F3F3; padding-left: 15%; padding-right: 15%; } as well as this I have set background Colors for my HTML and Body tags. as well as a table within the body. And aligned all of them to centre. Thank you. 回答1: tl;dr Outlook doesn't

Campaign Monitor Ajax form submission

那年仲夏 提交于 2020-01-02 19:33:12
问题 Campaign Monitor seems to have updated their code snippets to use a different method of submitting the forms. Now in the <form> tag there's a data-id attribute. None of the usual ways of submitting the forms using Ajax work anymore. Does anybody know how to use Ajax to submit the new style of Campaign Monitor forms? Here's the code snippet Campaign Monitor gives me: <form id="subForm" class="js-cm-form" action="https://www.createsend.com/t/subscribeerror?description=" method="post" data-id=

Campaign Monitor Ajax form submission

青春壹個敷衍的年華 提交于 2020-01-02 19:33:10
问题 Campaign Monitor seems to have updated their code snippets to use a different method of submitting the forms. Now in the <form> tag there's a data-id attribute. None of the usual ways of submitting the forms using Ajax work anymore. Does anybody know how to use Ajax to submit the new style of Campaign Monitor forms? Here's the code snippet Campaign Monitor gives me: <form id="subForm" class="js-cm-form" action="https://www.createsend.com/t/subscribeerror?description=" method="post" data-id=

stdClass object and foreach loops - campaign monitor api

送分小仙女□ 提交于 2019-12-12 02:34:45
问题 I am currently working within the campaign monitor api. Here is my code: require_once '../../csrest_general.php'; $auth = array('api_key' => 'xxxxxxxxxxxxxxxxxxxxxxxxx'); $wrap = new CS_REST_General($auth); $result = $wrap->get_clients(); echo "Result of /api/v3/clients\n<br />"; if($result->was_successful()) { echo "Got clients\n<br /><pre>"; var_dump($result->response); } else { echo 'Failed with code '.$result->http_status_code."\n<br /><pre>"; var_dump($result->response); } echo '</pre>';

Campaign Monitor Ajax form submission

大城市里の小女人 提交于 2019-12-06 11:45:03
Campaign Monitor seems to have updated their code snippets to use a different method of submitting the forms. Now in the <form> tag there's a data-id attribute. None of the usual ways of submitting the forms using Ajax work anymore. Does anybody know how to use Ajax to submit the new style of Campaign Monitor forms? Here's the code snippet Campaign Monitor gives me: <form id="subForm" class="js-cm-form" action="https://www.createsend.com/t/subscribeerror?description=" method="post" data-id=