discourse/app/views/email
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
..
_mailing_list_post.html.erb FEATURE: secure_email site setting to prevent data going out in email 2017-04-26 13:05:56 -04:00
_post.html.erb FEATURE: remove table wrapping posts in notification emails 2017-05-16 10:37:53 -04:00
_secure_mailing_list_post.html.erb FEATURE: secure_email site setting to prevent data going out in email 2017-04-26 13:05:56 -04:00
default_template.html FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
notification.html.erb FIX: PM participants listed inline 2018-06-11 18:14:25 -07:00
unsubscribe.html.erb FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
unsubscribed.html.erb SECURITY: do not show private topic title on /unsubscribed page 2018-04-16 10:35:57 +05:30