Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
427 views
in Q2A Core by
Since the arrival in the mail a letter showing html code. And I'd like to send buyout layout of letters, to look beautiful.
Q2A version: 1.52

1 Answer

0 votes
by

You would need to create a plugin which overrides qa_send_email(...) and sets $params['html']=true before calling the default function. Your overriding function should be careful to only make this change if it's certain the message is part of a mass mailing. See qa_mailing_send_one(...) for how it's called.

...