How do you make the sendmail action work?

2006-02-13 Thread Brian Maddy
Has anyone gotten the sendmail action to work (http://cocoon.apache.org/2.1/userdocs/optional/sendmail-action.html)? I added the mail.jar and activation.jar libraries in WEB-INF as described here: http://wiki.apache.org/cocoon/RecipeXSPSendMailExample?highlight=%28sendmail%29 and here:

Re: How do you make the sendmail action work?

2006-02-13 Thread Bertrand Delacretaz
Le 13 févr. 06, à 16:04, Brian Maddy a écrit : Has anyone gotten the sendmail action to work (http://cocoon.apache.org/2.1/userdocs/optional/sendmail-action.html)? I added the mail.jar and activation.jar libraries in WEB-INF as described here... It's WEB-INF/lib, right? I'm writing stuff

Re: How do you make the sendmail action work?

2006-02-13 Thread Brian Maddy
Oops, yeah, it's in WEB-INF/lib. That was just a typo. From what I've seen there's a sendmail action (http://cocoon.apache.org/2.1/userdocs/optional/sendmail-action.html) and a sendmail logicsheet (http://cocoon.apache.org/2.1/userdocs/logicsheets/sendmail.html). Is the sendmail

Re: How do you make the sendmail action work?

2006-02-13 Thread Brian Maddy
Well, thanks for the suggestion, but it didn't end up working either. I added this: map:transformers default=xslt map:transformer name=sendmail src=org.apache.cocoon.mail.transformation.SendMailTransformer logger=sitemap.transformer.sendmail/ /map:transformers and: