Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-1649

Magnolia multipart emails are not displayed correctly with some client (gmail)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1 M2
    • 3.1 M1
    • None
    • None

      When a multipart email is generated using MgnlMultipartEmail inline resources are not displayed properly on some client (for example images don't show up in gmail).
      This is due to an invalid header set in messageBodyPart, in the following line:

      // Add a header to connect to the HTML
      messageBodyPart.setHeader(CONTENT_ID, key);

      according to specifications, such key must be surrounded by "<>". After adding this mails work fine in any tested client!

        Acceptance criteria

              fgiust Fabrizio Giustina
              fgiust Fabrizio Giustina
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD