Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor arianKhosravi

    (@ariankhosravi)

    Hi Andrei,

    Please download the new version 1.3. I have enabled the double opt-in functionality as default. For those who want to disable this feature you can modify the code in bigmailchimp/includes/mc.php line 44
    from
    $subscribed = $mcapi->listSubscribe($mcList->getList_id(), $email, $merge_vars, $email_type, false, false, true, true);

    to
    $subscribed = $mcapi->listSubscribe($mcList->getList_id(), $email, $merge_vars, $email_type, true, false, true, true);

    the attributes are id, email_address, merge_vars, email_type, double_optin, update_existing, replace_interests, send_welcome.

    Thread Starter andreikabeliy

    (@andreikabeliy)

    great, thank you! I’ll test it and leave feedback later.

    Thread Starter andreikabeliy

    (@andreikabeliy)

    It works, thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘opt-in confirmation email is not sent’ is closed to new replies.