Hi again!

The testing of cocoon2.1 is not over for this time :))

After trying to send e-mail with cocoon sendmail logicsheet I get the following xml 
(instead of expected):

-
<html>
<body/>
</html>

And e-mail was not sent :((

My sendmail code (works properlly with cocoon 2.0.4)
<snip>
  <content>
   <resp>sent.</resp>

  <sendmail:send-mail>
   <sendmail:smtphost>mail.mobicomk.ru</sendmail:smtphost>  
   
<sendmail:from><xsp:expr>""+request.getParameter("from")+"@sms"</xsp:expr></sendmail:from>
 
   <sendmail:to><xsp:expr>to</xsp:expr></sendmail:to> 
   <sendmail:subject>mail from sms-service</sendmail:subject>
   <sendmail:body><xsp:expr>text</xsp:expr></sendmail:body>
  </sendmail:send-mail>

  </content>
</snip>

Can anyone help me?

Thanks for the help.

-- 
 
Best regards,
Yury Mikhienko.
IT ERP group head, ZAO "Mobicom-Kavkaz"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to