DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36718>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36718

           Summary: [PATCH] handling of alternatives in MailTransformer
           Product: Cocoon 2
           Version: Current SVN 2.2
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: blocks
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to