Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscriber doesnt subscribe #29

Closed
VolyaPers opened this issue Apr 26, 2015 · 3 comments
Closed

Subscriber doesnt subscribe #29

VolyaPers opened this issue Apr 26, 2015 · 3 comments

Comments

@VolyaPers
Copy link

Hi! my code:
$mc = $this->get('hype_mailchimp');
$result=$mc->getList()
->setListId('49f0e2fed9')
->subscribe($freecalc->getEmail());
exit(var_dump($result));

when I try to add subscribers to the list, the method returns an array. A subscriber is not really added.

@AhmedSamy
Copy link
Owner

can you show the $result array ?

@VolyaPers
Copy link
Author

I realized that the subscriber's e-mail confirming comes, and while he does not confirm, the program will not add it to the list. What do I need to do to it was added to the database without confirmation? because for this I want to use the api. Someone sends me a request to the site, and should automatically get the list of subscribers

@VolyaPers
Copy link
Author

problem solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants