Home Forums Newsletter Plugin Support We need some advice ASAP

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259740
    gujingc
    Participant

    We have submitted this both as a ticket and a post on the developer’s forum. If anyone can suggest some solution that, we would greatly appreciate it. Our timeline is very tight to resolve this:

    We are building a mobile app. Once a survivor signs up, The user should be added as a subscriber based on the user type the user chooses.

    Our develop uses this code:

    $array_list= array(1,8);
    TNP::subscribe(['email'=>$email, 'name'=>$fullname, 'lists' =>$array_list])

    After the code is executed, it adds the user to the user list:

    But the user is not added as a subscriber

    The user does receive a welcome message sent by the Newsletter plugin

    Please advise.

    #259774
    Stefano
    Keymaster

    It sounds like a database error, have you checked the Newsletter logs?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.