Enabling ERB evaluation when unescape is disabled
If you have disabled the automatic HTML-entity unescape functionality, you can still enable support for ERB expressions in the message body.
Use
Do the following:
- Add the
erb
attribute to theunescape enabled
tag in the preferences element and set it to"true"
Example:
<body>
<html>
…
<preferences>
<stats>
<links>parse</links>
<unescape enabled=“false“ erb=“true“>
</stats>
</preferences>
Support for ERB expressions is automatically activated if the unescape functionality is enabled (default).