andreic wrote:
Hello,
You can choose to show or hide the unsubscribe link in the email in Components > RSMail! > Settings > Other > Mail Footer. If you accidentaly deleted the HTML code, try adding this in the "Message" textfield:
<table width="100%" cellspacing="0" cellpadding="10" style="border:1px solid;">
<tr>
<td width="100%" bgcolor="#ffffff"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">This message was sent from {sitename} to {email}. You can modify/update your subscription via the link below.</font>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#ffffff"><a href="{unsubscribelink}">Change Subscription</a></td>
</tr>
</table>
The available field placeholders vary from list to list,depending on the fields you want a user to fill in during registration. The default placeholders for any list are: {email}, {newsletter},{activatesubscription},{unsubscribelink},{activationlink}.
This looks like it ought to work. But when I try to include the {unsubscribe} placeholder within an <a> tag, TinyMCE decides to replace the curly braces with entity encoded characters (%7B and %7D). The unsubscribe placehoilder then does not get correctly resolved.
Do you have any solution for this ?
Thanks
James