mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 00:08:53 +08:00
FIX: Improve participant display in group SMTP emails (#13539)
This PR makes several changes to the group SMTP email contents to make it look more like a support inbox message. * Remove the context posts, they only add clutter to the email and replies * Display email addresses of staged users instead of odd generated usernames * Add a "please reply above this line" message to sent emails
This commit is contained in:
@ -232,6 +232,7 @@ module Email
|
||||
style('.lightbox-wrapper .meta', 'display: none')
|
||||
style('div.undecorated-link-footer a', "font-weight: normal;")
|
||||
style('.mso-accent-link', "mso-border-alt: 6px solid #{SiteSetting.email_accent_bg_color}; background-color: #{SiteSetting.email_accent_bg_color};")
|
||||
style('.reply-above-line', "font-size: 10px;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;color: #b5b5b5;padding: 5px 0px 20px;border-top: 1px dotted #ddd;")
|
||||
|
||||
onebox_styles
|
||||
plugin_styles
|
||||
|
Reference in New Issue
Block a user