I am working on integration process of mailchimp with my website built
with python (django framework) using mailchimp apis.
I am using CampaignSendTest() function to send test emails.
I am able to send individual emails but not able to send multiple
emails.
Suppose, i have
test_emails = ['email1','email2','email3','email4']
and i try to send test email using
campaign_send_test('campaign_id',test_email).
I got error
<h1>ChimpyException at /admin/editorial/newsletter/send/</h1>
<h2>Invalid Test Email Address: "
['vicky8...@gmail.com', 'veen...@damcogroup.com']
"</h2>
Please help me ........
jesse
On Dec 17, 5:00 am, vicky <vicky82da...@gmail.com> wrote:
> Hi,
>
> I am working on integration process of mailchimp with my website built
> with python (django framework) using mailchimp apis.
>
> I am using CampaignSendTest() function to send test emails.
> I am able to send individual emails but not able to send multiple
> emails.
>
> Suppose, i have
> test_emails = ['email1','email2','email3','email4']
>
> and i try to send test email using
> campaign_send_test('campaign_id',test_email).
> I got error
>
> <h1>ChimpyException at /admin/editorial/newsletter/send/</h1>
> <h2>Invalid Test Email Address: "
> ['vicky82_da...@gmail.com', 'veene...@damcogroup.com']