Hello,
I have a problem with the approval email. I have a site in two language and I forgot to set a drop list field with strings define in order to get the translation in the register form and in automatics email.
Here are the string :
Code:
DEFINE('_UE_TITREWWOOFER_M','Mr');
DEFINE('_UE_TITREWWOOFER_MME','Mrs');
DEFINE('_UE_TITREWWOOFER_MELLE','Ms');
DEFINE('_UE_APPROVAL_EMAIL','Welcome [cb_titrepremierwwoofer] [firstname] [lastname], <br />'
.'<br />First of all, thank-you for your interest in xxx in France. To continue your online membership, please activate your account by clicking the link below:<br />
[CONFIRM]<br />'
.'Once you reach the website....');
And here is the mail return
Of course before setting the strings I have the right solution for title in this email. I'm using these strings with cb_autoaction and there's no problem with it, what did I miss here ?
Thx for answers