How to send right to left emails?
I tried adding html tags with the following style attribute
style="text-align:right; direction:rtl"
in the language file qa-lang-emails.php. However it seems html is not allowed. Also tried to change the following line in qa-include/app/emails.php:
function qa_send_notification($userid, $email, $handle, $subject, $body, $subs, $html = false)
and made $html = true. Then the previous solution worked but substitutions(including ^ symbol) like ^site_title don't convert to the site title.