Hi all,
sorry bother again with this question, but I can't figure out
why SendMailTransformer is not working.

my sitemap looks like:

<map:match pattern="sendmail">
    <map:generate src="sendmail.xml"/>
     <map:transform type="sendmail"/>
     <map:serialize type="xml"/>
</map:match>

where sendmail.xml is:
=====================
<document
xmlns:email="http://apache.org/cocoon/transformation/sendmail";>
  <email:sendmail>
    <email:smtphost>127.0.0.1</email:smtphost>
    <email:from>[EMAIL PROTECTED]</email:from>
    <email:to>[EMAIL PROTECTED]</email:to>
    <email:subject>O Relatorio a ser envioado por email</email:subject>
    <email:body>
      Relatorio com o total das chamadas efectuadas que eu
      decidi agendar para envio por email!
    </email:body>
  </email:sendmail>
</document>

I'm missing something?? thanks for any help.
Rui



-- 
Rui Alberto L. GonÃalves <[EMAIL PROTECTED]>
PT InovaÃÃo


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

Reply via email to