Hi folks -

I checked out the latest sendmail.xsl from CVS, but I get a 
"javax.mail.internetParseException" that I haven't seen anyone else get. 
My xsp is attached. Its real simple, just like the examples that have 
been floating around the last few days. Does this have anything to do 
with encoding type?

Thanks in advance,

Lajos
galatea.com


**************************** sendmail.xsp **********************

<?xml version="1.0"?>

<xsp:page language="java"
  xmlns:xsp="http://apache.org/xsp";
  xmlns:sendmail="http://apache.org/cocoon/sendmail/1.0";
 >

<page>

<title>Hello there</title>

<sendmail:send-mail>
  <sendmail:smtphost>mail.earthlink.net</sendmail:smtphost>
  <sendmail:from>[EMAIL PROTECTED]</sendmail:from>
  <sendmail:to>[EMAIL PROTECTED]</sendmail:to>
  <sendmail:subject>Test</sendmail:subject>
  <sendmail:body>This is a test</sendmail:body>
</sendmail:send-mail>

</page>

</xsp:page>



---------------------------------------------------------------------
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]>

Reply via email to