Feature #8335
Email styles inline
Status: | Closed | Start date: | 2011-05-11 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email notifications | |||
Target version: | 3.2.0 | |||
Resolution: | Fixed |
Description
Since gmail does not support CSS in head
, it would be helpful, if Redmine could apply styles inline. This is bearable, but cuteness sometimes wins over hearts of people, who still are not using Redmine.
I'm not much of ruby guy, but proposed solution would be parsing rules from head
section, and then applying them to body elements. That should be doable. On the other hand - maybe one can modify views (layout and email templates). If so, that would be sweet also.
On any exception (body is not well formed, head css is not parsable, etc) parser should terminate and fall back, sending message without modifying it.
Related issues
Associated revisions
History
#1
Updated by Go MAEDA about 7 years ago
- Duplicated by Defect #20311: Task from Email - Styles in task text added
#2
Updated by Go MAEDA about 7 years ago
- Duplicated by deleted (Defect #20311: Task from Email - Styles in task text)
#3
Updated by Go MAEDA about 7 years ago
- File email-inline-css.diff
added
This issue can be resolved by using roadie-rails gem.
I have created a patch. Styles of all outgoing emails are automatically converted to inline styles.
#4
Updated by Toshi MARUYAMA almost 7 years ago
- Related to Defect #20466: Broken email notification layout in Outlook added
#5
Updated by Toshi MARUYAMA almost 7 years ago
- Target version set to 3.2.0
#6
Updated by Jean-Philippe Lang almost 7 years ago
- Status changed from New to Closed
- Resolution set to Fixed
#7
Updated by Go MAEDA almost 4 years ago
- Related to Defect #12270: ¶ in email notifications when titles in description of ticket used added