Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-11 Thread Andreas A.
Thanks guys, setting the content type to text/plain did the trick. -- View this message in context: http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939p5790037.html Sent from the Camel - Users mailing list archive at

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-10 Thread AOladipupo
in.setBody("Hello"); } -- View this message in context: http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939p5790006.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-10 Thread jmaurin
ntext: http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939p5790005.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-10 Thread Claus Ibsen
> http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939p5789989.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-10 Thread Andreas A.
I'm using 2.17.3. I guess I could try 2.18.0. -- View this message in context: http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939p5789989.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-09 Thread Claus Ibsen
ello"); > } > > }) > > .to("smtp:xxx?to=x...@xxx.com,andreasasm...@gmail.com&from=nore...@xxx.dk&subject=Your > report") > .setBody(simple("${property.originalBody}")); > > > > -- > View this me

camel-mail: Body ends up as attachment instead of e-mail body in multipart mail.

2016-11-09 Thread Andreas A.
t;)); -- View this message in context: http://camel.465427.n5.nabble.com/camel-mail-Body-ends-up-as-attachment-instead-of-e-mail-body-in-multipart-mail-tp5789939.html Sent from the Camel - Users mailing list archive at Nabble.com.