Defect #20466
closedBroken email notification layout in Outlook
0%
Description
In #16535 a new style for emails was introduced. Obviously, this new style was not applied to reminder mails. Every textline is displayed on a white background with absolutely no margins, while the email body background is light gray.
It just looks broken at the momement.
Files
Related issues
Updated by Benedikt Huss over 9 years ago
Mail looks fine in OS X Mail (Yosemite), but not in Outlook 2013.
Updated by Go MAEDA over 9 years ago
Updated by Benedikt Huss over 9 years ago
- File Fixed_template.png Fixed_template.png added
- File mailer.html.erb.patch mailer.html.erb.patch added
I have fixed most problems in Outlook, patch is attached.
The only problem that is still there is the missing space between the bullet and the text in the unordered lists. But I have no idea how to fix that.
Maybe the unordered list could be replaced with a table: http://stackoverflow.com/a/22053157
Updated by Benedikt Huss over 9 years ago
- File Outlook-Fix.patch Outlook-Fix.patch added
The patch Outlook-Fix contains all necessary fixes to that the emails are displayed correctly in Outlook, too.
mailer.html.erb.patch can be deleted.
Updated by Toshi MARUYAMA over 9 years ago
Benedikt Huss wrote:
The patch Outlook-Fix contains all necessary fixes to that the emails are displayed correctly in Outlook, too.
mailer.html.erb.patch can be deleted.
Could you try #8335 patch?
Your patch is unmaintainable.