hugofirth / laravel-mailchimp

A composer package for the MailChimp API PHP class (as provided by MailChimp) which supports the Laravel 4 framework.
96 stars 27 forks source link

How to pass on the double_optin on subscribe? #9

Closed olebulow closed 10 years ago

olebulow commented 10 years ago

when using this: MailchimpWrapper::lists()->subscribe($list_id, array('email'=>$email_address));

how can you pass the double_optin=false in the above code?

hoshomoh commented 9 years ago

hi @olebulow, please how did you get to resolve this issue?