https://github.com/MominRaza/qa-html-email
Warning: You need to modify one q2a core file.
put qa-lang-emails.php file in your language folder, if you are using default language than put it in en-GB and change language to en-GB.
change line 56 in qa-include/app/emails.php
function qa_send_notification($userid, $email, $handle, $subject, $body, $subs, $html = true)
change line 115 in qa-include/app/emails.php
'body' => strtr(qa_lang('emails/email_header'), $subs) . (empty($handle) ? '' : qa_lang_sub('emails/to_handle_prefix', $handle)) . strtr($body, $subs) . strtr(qa_lang('emails/email_footer'), $subs),
thats it.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.