Sendmail attachment

2003-10-07 Thread Josep Riudavets
Hi...   I'm using sendmail taglibs ... and I want to attach a file placed into "/usr/local/tomcat/webapps/cocoon/fitxers/CADi.pfd"   What the correct syntax for the taglib?   Thanks

RE: Sendmail attachment

2003-10-07 Thread jim basilakis
this tag after reading about the JavaMail API.   It is fairly easy to do and I can send this if you want.   Jim       -Original Message-From: Josep Riudavets [mailto:[EMAIL PROTECTED]Sent: Tuesday, 7 October 2003 11:20 PMTo: [EMAIL PROTECTED]Subject: Sendmail attachment Hi

Re: Sendmail attachment

2003-10-08 Thread Josep Riudavets
named "out.xml" ... how can I attach it? What's the syntax?   Thanks   - Original Message - From: jim basilakis To: [EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 12:30 AM Subject: RE: Sendmail attachment Hi,   I have been using Cocoo

Re: Sendmail attachment

2003-10-08 Thread Christian Haul
Josep Riudavets wrote: I'm using Cocoon 2.1. In Cocoon documentatio, there is an example of sending mail with attachment: from address some maillinglist address localhost body.toString() attach an uploaded file: * request.get("attachment")

Re: Sendmail attachment

2003-10-08 Thread Josep Riudavets
1="context://fitxers/CADi_343432342.pdf"; st2="CADi_343432342.pdf"; Is there any way to set url and name dinamically? - Original Message - From: "Christian Haul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 200

RE: Sendmail attachment

2003-10-08 Thread Horsfield, Peter A.
:25 AM To: [EMAIL PROTECTED] Subject: Re: Sendmail attachment I'm using Cocoon 2.1. In Cocoon documentatio, there is an example of sending mail with attachment: from address some maillinglist address localhost body.toString() reques

Re: Sendmail attachment

2003-10-09 Thread Christian Haul
On 08.Oct.2003 -- 06:09 PM, Josep Riudavets wrote: > Thanks a lot ... now, it works perfectly ... I did not undersand cocoon > protocol, but now I have learned some things about it ... thanks again > > Another question ... I'm generating pdf files in order to be attached. These > files are named d

Re: Sendmail attachment

2003-10-09 Thread Josep Riudavets
ED]> Sent: Thursday, October 09, 2003 11:18 AM Subject: Re: Sendmail attachment > On 08.Oct.2003 -- 06:09 PM, Josep Riudavets wrote: > > Thanks a lot ... now, it works perfectly ... I did not undersand cocoon > > protocol, but now I have learned some things about it ... thanks a

Re: Sendmail attachment

2003-10-09 Thread Christian Haul
On 09.Oct.2003 -- 04:22 PM, Josep Riudavets wrote: > > Ok, thanks a lot ... it works perfectly > > But notice that st1 cannot be placed this way, because st1 is a variable. > > st1 > > > I have ommited name parameter (In this case) All parameters passed as xml attributes can be specif

sendmail attachment fails

2003-11-19 Thread [EMAIL PROTECTED]
Hi all, We are facing this problem in Cocoon2.1.3 for attachments using cocoon:// context only . Using context:// works This is the message on browser : {message=An error occured while sending email: Sending failed; nested exception is: javax.mail.MessagingException: IOException while sending

Sendmail attachment : cocoon:/// - why 3 /s ?

2004-01-05 Thread [EMAIL PROTECTED]
Hi , Been trying to get sendmail attachments work with cocoon:// protocol and just cannot get attachments served by subsitemaps to work - only main sitemaps pipeline seem to work ... and that with "cocoon:/// " - three slashes Has anyone got attachments working thru subsitemaps and if yes

Re: Sendmail attachment : cocoon:/// - why 3 /s ?

2004-01-05 Thread Joerg Heinicke
In theory it should be 1 and 2 slashes. 1 for relative to current sitemap, 2 for root sitemap. 3 is really strange. But if really only 3 slashes and root sitemap are working you can navigate back to the subsitemap, which is of course less than suboptimal ... Joerg On 05.01.2004 17:09, [EMAIL P

Re: Sendmail attachment : cocoon:/// - why 3 /s ?

2004-01-05 Thread [EMAIL PROTECTED]
uesday, January 06, 2004 7:27 AM Subject: Re: Sendmail attachment : cocoon:/// - why 3 /s ? > In theory it should be 1 and 2 slashes. 1 for relative to current > sitemap, 2 for root sitemap. 3 is really strange. But if really only 3 > slashes and root sitemap are working you can navigate bac

Re: Sendmail attachment : cocoon:/// - why 3 /s ?

2004-01-06 Thread Joerg Heinicke
- Original Message - From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 06, 2004 7:27 AM Subject: Re: Sendmail attachment : cocoon:/// - why 3 /s ? In theory it should be 1 and 2 slashes. 1 for relative to current sitemap, 2 for root s

Re: Sendmail attachment : cocoon:/// - why 3 /s ?

2004-01-07 Thread Christian Haul
Joerg Heinicke wrote: I have never used it myself, but I know that some are using it through reading mails on this list. I searched the archives a bit and nobody complains about a similar error, for everybody cocoon: with 1 and 2 slashes seem to work. Where are the people having sendmail with i

Re: Sendmail attachment : cocoon:/// - why 3 /s ?

2004-01-07 Thread [EMAIL PROTECTED]
- From: "Christian Haul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 07, 2004 1:41 PM Subject: Re: Sendmail attachment : cocoon:/// - why 3 /s ? > Joerg Heinicke wrote: > > I have never used it myself, but I know that some are using it th