Hello,
we have a multilanguage site with two newsletter, one in english and another in italian.
In our model template we have set up the unsubscribe link to match the correct itemid of the newsletter menu (one in ENG and one in IT).
In the default language (IT) all works, but in the english language the unsubscription url is not correct, it lacks of the language tag in the url.
Example:
Language IT
https://www.xxxx.it/informati/newsletter/user/out?subid=1095&mailid=0&key=ASqL8zEKIaog2b
Language EN
https://www.xxx.it/get-informed/newsletter/user/out?subid=84&mailid=0&key=3QvZYFTY7aUJMK
The correct url for the english language must be https://www.xxx.it/en/get-informed/newsletter/user/out?subid=84&mailid=0&key=3QvZYFTY7aUJMK
It lacks the language tag in the address.
How can we do?
PS. We have not set up the redirect after unsubscription because there are two different links, one for ENG and one for ITA, and we don't know which is correct.
Thank you