Hi,
we created plugin for change VirtueMart usergroup by click on the email.
After this click we need put user to speific acymailing subscribe list.
So we added code for call url for add to subscribe list by URL - https://www.acyba.com/acymailing/106-acymailing-subscription-url.html
Finally we called this our new plugin (plugins/system/settingusergroup) by cron.
Everything ok for new user (new for acymailing). But if the user email exist in acymailing (in another subscribe list), then plugin is not function == user not added the new subscribe list == function Subscribe by URL not function == we use CURL option (from documentation) with new version this code for PHP 7.3.
Example:
- User - rudolf.balas@minion.cz - is in VM Usergroup -Default-
- After registration as Teacher (select in dropdown in registration form), then admin (by click on the some link in email for admin) - and ONLY ADMIN AFTER RECIEVE EMAIL AND CONTROL ALL INFORMATION INSIDE EMAIL ABOUT NEW REGISTRATION (pls don't send me option - put dropdown with subscribe list in registration form 🙂 change with this plugin (settingusergroup) VM Usergroup to -Teacher-.
- Now we need call / change / add user email to subscribe list for Teacher in Acymailing too
- For New user email - user email is added in subscribe list Teacher - OK
- For Existing user email - user email is not added in subscribe list teacher - Not Function
How can I fixed == is the subscribe by URL the right option or we need another option?
Thanks
Rudolf