Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
327 views
in Q2A Core by
Instead of putting HTML code in 1 line inside qa-lang-emails.php, is there a better way of doing this?

I want to send HTML formatted emails for those newly registered, and possibly others too.

Thanks!
Q2A version: 1.5

1 Answer

+1 vote
by

Putting HTML code in qa-lang-emails.php is probably the best way to go. You'll also need to override the functions in qa-app-emails.php to add the appropriate HTML header on the outgoing emails.

...