You can find detailed documentation and examples of using Camel Mail component here: http://activemq.apache.org/camel/mail.html
As Lars mentioned, you can also use the servicemix-mail component as well. Even though the documentation says it is for ServiceMix > 3.3, I believe you should be able to download that component from the maven repository and install it in 3.2.x. You can find the new version of that component here: http://repo2.maven.org/maven2/org/apache/servicemix/servicemix-mail/2008.01 Documentation for the ServiceMix mail component is here: http://servicemix.apache.org/servicemix-mail.html Chris -- Chris Custine My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org Apache Directory Server :: http://directory.apache.org On Fri, Oct 31, 2008 at 4:12 AM, Richa Khurana < [EMAIL PROTECTED]> wrote: > Also, for our deployment, we are referring to SMX 3.2.2 > > -----Original Message----- > From: Lars Heinemann [mailto:[EMAIL PROTECTED] > Sent: Friday, October 31, 2008 3:05 PM > To: [email protected] > Subject: SPAM:Re: Using camel mail component > > Why camel mail? > ServiceMix got it's own mail component since 3.3 release. > Please refer to the component wiki for further details. > > Regards > Lars > > > Richa Khurana schrieb: > > Hi, > > > > I have a simple requirement stated below- > > > > > > > > 1. I receive XML messages in my JMS queue in SMX through external > > source. > > 2. I unmarshall the xml and get the contents to be sent in a mail > > in my xbean > > 3. Now, I need to use camel mail component to send emails. > > > > > > > > Can someone help with an example of configuring mail component and > > sending mails from the xbean to my mail server? > > > > > > > > Thanks, > > > > > > > > Richa Khurana| Lead - Engineering| GlobalLogic Inc. > > USA | INDIA | UKRAINE | CHINA > > Office: +91.120.406.2681 > > > > www.globallogic.com <http://www.globallogic.com/> > > InfoWorld Award Winner for Agile Innovation > > <http://www.globallogic.com/Media/pressReleaseDetail.asp?press/65> > > > > Disclaimer: http://www.globallogic.com/email_disclaimer.txt > > <http://www.globallogic.com/email_disclaimer.txt> > > > > > > > > > > >
