Search code examples
csshtml-emailconditional-statementsapple-mail

HTML email conditional statement for Apple mail


Hello fellow programmers

Currently i have been working on creating some email newsletters, and i have experienced some errors, which only occur in Apple Mail 5. As i have already used conditional statements for targeting Outlook specifically, i was wondering if the same was possible with Apple Mail 5 ?

FYI: Apple Mail 6 works like a charm.


Solution

  • Unfortunately there is no Apple 5 conditional statement, however there is usually an alternative method to doing most things code-wise.

    Outlook conditionals aside, the only things you have to play with are the style sheet css (ignored by Gmail etc) and media queries (able to target specific devices).