Open rajasajidmanzoor opened 7 years ago
Probably you already resolved your issue, but my response could help someone else. I got the same error on several different occasions:
Is there a solution for this problem???
I get this error when:
BUT it works if the list was already created.
I has the Same issue even if the list was created already also. Can you please help me
We set timeout and waited for 60 seconds to send. It worked before until about March, what has changed or volumes were up too much to handle by Mail Chimp server?
I figured it out. You have to send-checklist before sending the campaign:
function send_checklist($campaign_id = null) { GLOBAL $MailChimp_MC; $result = $MailChimp_MC->get("campaigns/$campaign_id/send-checklist"); return $result; }
Thanks a lot this helped me a lot
On Thu, Jun 21, 2018 at 7:09 PM, vtrinhaxyz notifications@github.com wrote:
I figured it out. You have to send-checklist before sending the campaign:
function send_checklist($campaign_id = null) { GLOBAL $MailChimp_MC; $result = $MailChimp_MC->get("campaigns/$campaign_id/send-checklist"); return $result; }
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/drewm/mailchimp-api/issues/209#issuecomment-399106609, or mute the thread https://github.com/notifications/unsubscribe-auth/AayY1njmUPB-5cZAWvFOck76n-4KE6H1ks5t-6IGgaJpZM4PY8MK .
-- Vinay Odela.
Thanks.
Gents, the solution is really this: execute the checklist before to send the campaign.
Hello,
I am trying to send and create a test campaign. and i am facing error
I have used following code
I have also verified and authenticated domain name for sending emails.