Responsive Email Templates

Hallo zusammen,

ich habe gerade ein neues Mail Template erstellt und dazu eine Vorlage für responsive Mails verwendet. Die Mail wird aber leider nicht versendet mit der Fehlermeldung „Die Bestätigungs-Mail konnte nicht versendet werden“.

Im HTML-Header habe ich folgendes:

<meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <meta name="x-apple-disable-message-reformatting">
  <!--[if !mso]><!-->
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <!--<![endif]-->
  <title></title>
  <!--[if mso]>
  <style type="text/css">
    table {border-collapse:collapse;border:0;border-spacing:0;margin:0;}
    div, td {padding:0;}
    div {margin:0 !important;}
  </style>
  <noscript>
    <xml>
      <o:OfficeDocumentSettings>
        <o:PixelsPerInch>96</o:PixelsPerInch>
      </o:OfficeDocumentSettings>
    </xml>
  </noscript>
  <![endif]-->
  <style type="text/css">
    @media screen and (max-width: 350px) {
      .three-col .column {
        max-width: 100% !important;
      }
    }
    @media screen and (min-width: 351px) and (max-width: 460px) {
      .three-col .column {
        max-width: 50% !important;
      }
    }
    @media screen and (max-width: 460px) {
      .two-col .column {
        max-width: 100% !important;
      }
      .two-col img {
        width: 100% !important;
      }
    }
    @media screen and (min-width: 461px) {
      .three-col .column {
        max-width: 33.3% !important;
      }
      .two-col .column {
        max-width: 50% !important;
      }
      .sidebar .small {
        max-width: 30% !important;
      }
      .sidebar .large {
        max-width: 70% !important;
      }
    }
  </style>

Der HTML Footer ist leer.

Im Mail Template selbst sind noch diese Anweisungen für MS Outlook mit drin
<!--[if !mso]>
machen die vielleicht Probleme? Oder hat jemand eine andere Idee?

Die meisten E-Mail-Programme sind zwar up-to-date, aber wer in E-Mails mit media query arbeitet, der schreit förmlich nach Ärger. Persönliche Meinung.