Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
408 views
in Q2A Core by

https://github.com/q2a/question2answer/blob/master/qa-include/app/mailing.php#L129

     'body' => trim(qa_opt('mailing_body'))."\n\n\n".qa_lang('users/unsubscribe').' '.$unsubscribeurl,
     'html' => false,

I would add a flag so we can use HTML too:

Furthermore I would use instead a plain URL: $unsubscribeurl a link so HTML can be used. 

Seems that the $html flag would decide about the body unsubscribe link.

Q2A version: 1.7

1 Answer

0 votes
by
Is it working still?
...