For my newsletter implementation, I have defined a text like this:
Hello $fullname$,
The variable is correctly replaced when the email is sent. The user will see his first name. Inside the newsletter, the reader is allowed to read the newsletter online. Via a link, he will be redirected to a web site. On the online version, the variable is not replaced.
The user will read Hello $fullname$,
Is there something that should be configured / developped ?
Thank you,