wp-email icon indicating copy to clipboard operation
wp-email copied to clipboard

Mail chimp integration v1.0 - Simple Mailchimp API connect -

Open Snadex opened this issue 9 years ago • 2 comments

uses WP actions to get Sender and Receivers details and adds them to separate lists in mailchimp.

Mail chimp is configured in admin panel

Snadex avatar Jan 15 '16 22:01 Snadex

Maybe we can cut down the Mailchimp api files :) Let me know if you are interested in integrating this function into your plugin.

Snadex avatar Jan 15 '16 22:01 Snadex

Hi, thanks for the PR, but I have no plans to add it to MC integration unless there are much more requests for it

I don't really add much features to the plugin to prevent bloat.

Maybe a better way is to use actions and hooks to sending out using mC instead of the default one. A refactor is probably needed to use wp_mail() for that to happen

lesterchan avatar Jan 16 '16 02:01 lesterchan