Hello All, I see on the mail page that it is possible to add mail attachments by attaching to the exchange prior to sending:
http://camel.apache.org/mail.html in.addAttachment("logo.jpeg", new DataHandler(new FileDataSource("src/test/data/logo.jpeg"))); Is is possible to do this in Spring? If not, I could just setup a bean that adds the attachment and add that to my Spring route. Thanks, Yogesh -- View this message in context: http://old.nabble.com/Adding-Mail-Attachments-Using-Spring-tp27714266p27714266.html Sent from the Camel - Users mailing list archive at Nabble.com.
