Thanks for all the work on this robust Mailchimp integration module. :)
I'm looking for a lightweight alternative for several sites. I need a solution that only does one thing: sends a user's email addresses to MailChimp when they register. Having an unsubscribe link on the user account page would also be great, but it's not a requirement, as people will most likely be unsubscribing directly from the emails.
Do you know of another module that would be suitable, or do you know if there are plans in the works to create one? I'd be more than happy to contribute or review where needed.
Comments
Comment #2
greg boggsHi Jen,
If you wanted to, you could implement a form field with the MailChimp wrapper: https://github.com/thinkshout/mailchimp-api-php.
However, that's almost exactly what you get if you enable the only the base MailChimp module with lists and none of the other sub-modules.
Having said that, if there are specific issues you have concerns, I am more than happy to look at them more closely, and work with you to address them.
~Greg
Comment #3
greg boggsHi Jen,
Thanks to SavasLabs, I have a better answer for you. Dan posted an extremely lean example function to subscribe a user to a mailing list using the MailChimp wrapper.
http://savaslabs.com/2016/11/15/composer-mailchimp-subscriptions-v3-api....
~Greg
Comment #4
samuel.mortenson