MiroHibler / meteor-mailchimp

A Meteor wrapper for the MailChimp API
http://mailchimp.meteor.com
77 stars 28 forks source link

Bypass the MC double opt-in option #42

Open SarahEsteve opened 7 years ago

SarahEsteve commented 7 years ago

Hello ! I would like to have a single opt-in registration, is it possible ?

thx

DiogoAngelim commented 6 years ago

For those who are looking for disabling the double op-in, here is the solution:

mailChimp.call( 'lists', 'subscribe', { id: listId, email: { email: email }, double_optin: false }, callback);