q2a / question2answer

Question2Answer is a free and open source platform for Q&A sites, running on PHP/MySQL.
http://www.question2answer.org/
GNU General Public License v3.0
1.64k stars 628 forks source link

Add option for HTML emails - or make all emails HTML by default #97

Open q2apro opened 10 years ago

q2apro commented 10 years ago

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

should be changed from

'html' => false,

to true.

Or alternatively there should be an option in the admin panel, maybe at admin/emails

This bothers me in every new q2a installation ...

Thanks, Kai

q2apro commented 9 years ago

Again and again I run into this issue, please finally add this option. This is a qa_opt one liner here: https://github.com/q2a/question2answer/blob/dev/qa-include/app/mailing.php#L130

And a setting under admin...

Feels very frustrating to hack the core again and again...

arjunsuresh commented 3 years ago

Agree. HTML email must be default these days. Trying to build one to support all email templates for Q2A.