Hello
When s2member send information to MC about new user registration MC adds this user to free list and to list what i need.
the logs i have:
'function' => 'process_list_server_removals',
'func_get_args' =>
array (
0 => 'subscriber',
...
4 => 'sadensmol@icloud.com',
...
'api_removal_method' => 'listUnsubscribe',
'list_id' => '3544ccb97c',
'errorMessage' => 'sadensmol@icloud.com is not subscribed to list Free Version',
...
'function' => 'process_list_servers',
'func_get_args' =>
array (
0 => 's2member_level8',
...
4 => 'sadensmol@icloud.com',
...
'api_method' => 'listSubscribe',
'list' => 'd9bfac6da0',
'list_id' => 'd9bfac6da0',
But after that i have registered in group d9bfac6da0 ( that i need ) and also in group 3544ccb97c. I received email only from group d9bfac6da0.
I dont need to add user into the free list along with adding it to needed list.
I think listUnsubscribe works incorrectly!
Please help me and advice.