I can already create and save emails with cakeemail so forget about this 
issue .

I dont have a cakephp issue I have a problem getting the API mailchimp to 
connect and then being able to access emails. 
Composer is never simple . If I am going to  to get this to work then it 
will be easier of someone can actually do i themselves .

I am using windows not linux.Here is the composer.json that comes with the 
API and what exactly do I do next.
Please dont say look at the docs as I have seen this.


{
    "name" : "dereuromark/cakephp-mailchimp",
    "description" : "A CakePHP plugin for MailChimp",
    "type" : "cakephp-plugin",
    "authors" : [{
            "name" : "Mark Scherer",
            "homepage" : "http://www.dereuromark.de";
        }
    ],
    "keywords" : [
        "cakephp",
        "plugin",
        "mailchimp"
    ],
    "homepage" : "https://github.com/dereuromark/cakephp-mailchimp";,
    "license" : [
        "MIT"
    ],
    "require" : {
        "composer/installers" : "*",
        "php" : ">=5.3"
    },
    "support" : {
        "source" : "https://github.com/dereuromark/cakephp-mailchimp";
    },
    "extra" : {
        "installer-name" : "Mailchimp"
    }
}

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to