Are you using the SendMailTransformer? If you use it like
<!-- Pipeline for sendemail.xml -->
<map:match pattern="sendemail">
<map:generate src="sendemail.xml"/>
<map:transform type="sendmail"/>
<map:serialize type="xml"/>
</map:match>
you can just make a normal email in sendemail.xml (which can of course be a
cocoon pipeline in turn). An email might look like the example at [1]
Regards Ard
[1] http://www.codeconsult.ch/bertrand/archives/000571.html
>
> I have a form with like 5-6 inputs, some selects, some radio
> buttons, etc. after the user fill in the form, an email is
> sent with these values in the body. my question is if I can
> somehow format the body before sending it? let me try to
> explain it further more:
>
> the parameters that you need for sending a mail are From, To,
> Subject and Body (although only from and to are mandatory).
> in this moment in my match pattern where i send the mail I have:
>
> <map:parameter name="body"
> value="Input1:{request-param:input1},
> input2:{request-parameter:input2}, etc."/>...so when I get
> the mail my body looks like crap...it's like a big chunk of
> unformatted text. I would like to somehow send the values
> formated or in a nice order . can anyone tell me if that's
> possible and how? 10x in advance
>
>
>
> ______________________________________________________________
> ______________________
> Got a little couch potato?
> Check out fun summer activities for kids.
> http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activit
> ies+for+kids&cs=bz
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]