Hi all, I try to get the sendmail logicsheet running within a xsp page, but it doesn't work :-(
I followed the instruction under http://wiki.cocoondev.org/Wiki.jsp?page=SendingEmail and put the following code in my xsp page: <sendmail:send-mail> <sendmail:from>[EMAIL PROTECTED]</sendmail:from> <sendmail:to>[EMAIL PROTECTED]</sendmail:to> <sendmail:subject>test</sendmail:subject> <sendmail:smtphost>my.smtp.host</sendmail:smtphost> <sendmail:body>test</sendmail:body> <sendmail:on-success>ok</sendmail:on-success> <sendmail:on-error>failed</sendmail:on-error> </sendmail:send-mail> and set the namespace to xmlns:sendmail="http://apache.org/cocoon/sendmail/1.0". I'm using the Cocoon 2.0.4 version and tomcat 4.1.24. I don't have a local smtp host installed, but a smtp host which is definitely allowed to send my mail from my ip adress. No log file gives me a clue of what is going wrong. What can I do? Is there anybody who can help me? Thanx, Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]