Re: Camel SMTP component and custom MimeMessage creation

2012-04-24 Thread Claus Ibsen
Hi On Tue, Apr 24, 2012 at 8:01 PM, Dr. Martin Menzel wrote: > Hi, > > I would like to use camel to send a MimeMessage that is already build at > another place. The complete MimeMessage is available in the Camel Message > body as a Object. > > Is there a way to tell camel that it should use the

Camel SMTP component and custom MimeMessage creation

2012-04-24 Thread Dr. Martin Menzel
Hi, I would like to use camel to send a MimeMessage that is already build at another place. The complete MimeMessage is available in the Camel Message body as a Object. Is there a way to tell camel that it should use the MimeMessage as is (apart from Mail Session binding) similar to mapMailM