foundation-emails
foundation-emails copied to clipboard
[Compatibility] Outlook 2016(?) has no background color
Use the supplied basic.html template
Write out the HTML (or Inky code) that causes the issue.
What did you expect to happen? I expected gray background like in other clients
What happened instead? White background What email clients does this happen in? Outlook 2016, windows mail.
The fix is simple: also add bgcolor="#f3f3f3" to table class="body"
I also get this in Outlook 2013
A fix to get this working is to edit default.html stored in the layouts folder to include bgcolor="#f3f3f3"in the <table class="body"> tag. Like so:
<table class="body" bgcolor="#f3f3f3">
Would be great if this got fixed; it's still happening 3 years after this was posted.
PRs which fix this are very welcome @darylknight.