Uploaded image for project: 'Cocoon'
  1. Cocoon
  2. COCOON-1603

[PATCH] handling of alternatives in MailTransformer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.2
    • None
    • Blocks: Mail
    • None
    • Operating System: other
      Platform: Other
    • 36718
    • Patch available

    Description

      Enable alternative format for the same content in MailTransformer. For example
      you can write
       
      <email:sendmail>
       
        <email:body mime-type="text/plain">
          Hello World
        </email:body>
       
        <email:body mime-type="text/html">
          <html>
            <body>
              <h1>Hello World</h1>
            </body>
          </html>
        </email:body>
       
      </email:sendmail>
       
       
      to enable a multipart/alternative sending.
       
      internaly, a body is just an attachment without name and without xml header.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              eburghar@free.fr Éric BURGHARD
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: