Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
234 views
in Q2A Core by
edited by

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.

Q2A version: 1.8.6

Please log in or register to answer this question.

...