Quote header
If for whatever reason you think the current quote header does not suit your need, you can create your own quote header.
Here is an RTL quote header example:
- Open the options page.
- Create a new HTML template and set its content to
${rtlQuoteHeader}
. - Go to tab
General
and set the newly created template as the default template for your account of choice. - Create a new dynamic user-defined variable with the following properties:
- name :
rtlQuoteHeader
- format:
html
- type:
scalar
- arguments:
"senderName": "${om.from.name}", "senderEmail": "${om.from.email}", "toName": "${om.to.name}", "toEmail": "${om.to.email}", "ccName": "${om.cc.name}", "ccEmail": "${om.cc.email}", "subject": "${om.subject}", "date": "${om.date}", "messageType": "${cm.type}"
- name :
- Go to tab
Quote header
and disable the quote header for your account of choice. - Go to tab
General
and disable signature feature. - Run server example.
I have no knowledge in reading or writing or even coding HTML in any RTL languages. This example is for demonstration purpose only and the rendered HTML result may be wrong.