Hello.
On Tue, 14 Aug 2001 15:28:21 -0700
John Yoost <[EMAIL PROTECTED]> wrote:
> sendmail is in C2 but does anyone know when mail will be?
In the default configuration, the mail will never be sent.
To use sendmail, add the following code to
/cocoon/markup-languages/xsp-language/target-language/
as a child node in cocoon.xconf:
<builtin-logicsheet>
<parameter name="prefix" value="sendmail"/>
<parameter name="uri" value="http://apache.org/cocoon/sendmail/1.0"/>
<parameter name="href"
value="resource://org/apache/cocoon/components/language/markup/xsp/java/sendmail.xsl"/>
</builtin-logicsheet>
and delete work directory(for Tomcat, tomcat/work) before restart your
servlet engine.
takuma
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>