• Thanks for your reply.

    Here is link to my previous ticket – https://wordpress.org/support/topic/confirmation-email-issue-3/#post-9698042

    We did exactly same as you described. It’s not working.

    Here is code we used – https://goo.gl/hgBX65

    $lists = array( $list_id );//list should be in array format;

    $is_double_optin = false;

    if($d_optin == ‘1’){
    $is_double_optin = true;
    }

    $options = array(
    ‘send_confirmation_email’ => $is_double_optin, // default: true
    ‘schedule_welcome_email’ => $is_double_optin ,// default: true
    );

    $subscriber_id = \MailPoet\API\API::MP(‘v1’)->addSubscriber( $subscriber_data, $lists, $options );

    Still, we are not able to receive the confirmation email. Contact get added to list directly as the unconfirmed subscriber.

    Any solution for this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Confirmation email not send’ is closed to new replies.