mailgun/transactional-email-templates

Airmail bug

cyberwombat opened this issue · 3 comments

it seems that OSX Airmail has a bug that does not understand the declaration: background: #FFF and instead requires it to be background-color: #FFF. I have filed a bug with them but you may want to update the templates to address that bug since the background call is only used for color.

Thanks for the heads up. I'll implement a fix. Have you got a screenshot out of interest? I'm curious to see what Airmail falls back to.

Here you go - everywhere that you find "background: #hex" . Replacing all background calls to background-color does the trick. I am using the inlined template.
shot

Made the change. Thanks for the heads up.