Re: Sending html messages with pdf attachments using sendMail action

2005-11-22 Thread Marc Salvetti
Answering to myself again :) I finally managed to do it, but i had to patch the mail block. I changed 3 files : MailMessageSender.java MailSender.java SendMail.java Basically, i added a bodyMimeType parameter to the action, and checked if this attribute is set, use the setContent(body, mimeType)

Re: Sending html messages with pdf attachments using sendMail action

2005-11-22 Thread Ralph Goers
First, read http://cocoon.apache.org/community/contrib.html. Unfortunately, this still references bugzilla which the project no longer uses. Instead, go to http://issues.apache.org/jira/browse/COCOON and create a new issue. You will probably need to create an account in Jira before you can

Re: Sending html messages with pdf attachments using sendMail action

2005-11-22 Thread Marc Salvetti
Done, i uploaded the modified files. Thanks, Marc2005/11/22, Ralph Goers [EMAIL PROTECTED]: First, read http://cocoon.apache.org/community/contrib.html.Unfortunately, this still references bugzilla which the project nolonger uses. Instead, go to http://issues.apache.org/jira/browse/COCOONand

Sending html messages with pdf attachments using sendMail action

2005-11-21 Thread Marc Salvetti
That's why i'm trying to do for a while now and i came to the following problems : - if i use the action and set the src attribute to a cocoon pipeline producing html, the Content-disposition = attachment header is added, which i don't want (i want the html inline), but the pdf file is attached

Re: Sending html messages with pdf attachments using sendMail action

2005-11-21 Thread Marc Salvetti
2005/11/21, Marc Salvetti [EMAIL PROTECTED]: That's why i'm trying to do for a while now and i came to the following problems : - if i use the action and set the src attribute to a cocoon pipeline producing html, the Content-disposition = attachment header is added, which i don't want (i want the