Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vletoux

    (@vletoux)

    ok, any special caracter which get encoded corrupte the signature.

    <html><head>
    </head>
    <body>
    {#mailcontent#}
    </body>
    </html>
    => OK

    <html><head>
    <style=”text/css”></style>
    </head>
    <body>
    {#mailcontent#}
    </body>
    </html>
    => Not OK (the ” in <style is encoded to 3D”)

    Maybe some html escaping is missing in the code.
    (the mail gateway escape the html. That changes the content and as a consequence, the signature become invalid)

    Thread Starter vletoux

    (@vletoux)

    ok, it was a problem with the MTA which was forcing quoted-printable mail encoding.

    no problem with the shop styling plugin.

    v

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Interaction with "Amazon SES DKIM Mailer"’ is closed to new replies.