email - Send Mailchimp newsletter to List via PHP -


is there way send self-designed html , css email mailchimp list .php page? want integrate newsletter function admin panel own newsletter template , send there.

i don't wanna have log in mailchimp every time wanna send email, since template same each , every time.

since first bounty on question didn't wanted/needed, i'm placing bounty. hope time has answer. thanks

if don't want upload template mailchimp , send campaign hitting api, mandrill (as @whymarrh mentioned above in comments) may option.

although it's meant transactional emails (welcome, password recovery, etc), can send 1000 users @ time through smtp. plus can connect mailchimp account mandrill 1 in integrations section track recipient activity.

my suggestion install mandrill php api client, upload template mandrill, hit mailchimp api user list, , feed mandrill send-template call trigger through admin panel. (pro tip on sending mass emails: mandrill sending multiple people separate message via rest api).


Comments