You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Markus Heussen <he...@rheinland-online.com> on 2003/06/26 21:34:54 UTC

Sendmail within xsp page under Cocoon 2.0.4 problem

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>from@address.de</sendmail:from>
	<sendmail:to>to@address.de</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: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org