discourse/app/assets/javascripts/admin/adapters
Neil Lalonde 9656a21fdb
FEATURE: customization of html emails (#7934)
This feature adds the ability to customize the HTML part of all emails using a custom HTML template and optionally some CSS to style it. The CSS will be parsed and converted into inline styles because CSS is poorly supported by email clients. When writing the custom HTML and CSS, be aware of what email clients support. Keep customizations very simple.

Customizations can be added and edited in Admin > Customize > Email Style.

Since the summary email is already heavily styled, there is a setting to disable custom styles for summary emails called "apply custom styles to digest" found in Admin > Settings > Email.

As part of this work, RTL locales are now rendered correctly for all emails.
2019-07-30 15:05:08 -04:00
..
build-plugin.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
customization-base.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
email-style.js.es6 FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
embedding.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
site-text.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
theme.js.es6 FEATURE: List unused theme components (#6924) 2019-01-23 09:20:13 +00:00
user-field.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
web-hook-event.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
web-hook.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00