Hi Is the uri of the smtp endpoint correct? In the code you use ? to separate parameters, but you should use & which should be escaped in xml, eg &
On Tue, Nov 18, 2014 at 11:47 AM, fidoedidoe <[email protected]> wrote: > Hi I'm new to camel, so forgive me for asking (more?) dumb question(s). With > help from this forum I've created a Multicast route, that emails > recipient(s) on completion. just baby steps for now..the logic / complexity > will expand as my understanding increases. > > In my real code (not the pseudo below) I'm successfully routing / delivering > a completion email *but* the body of the email contains what I'm describing > as additional route metadata outside of the text I'm setting using <setBody> > Any suggestions on what I'm overlooking / how to suppress the email body > items such as: "CamelFileLength", etc > > Code: > > > > Received Email body: > > > > Many thanks! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/After-using-setBody-in-XML-DSL-my-email-body-includes-unwanted-route-metadata-tp5759245.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
