You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by James Green <ja...@gmail.com> on 2015/02/05 10:23:25 UTC

MailProducer not documented

http://camel.apache.org/mail.html mentions MailProducer but I can't find an
example and the JavaDoc does not show it being used.

Can anyone provide an update to the documentation as I'm not aware of
whether we should be using it instead of an smtp: endpoint.

Thanks,

James

Re: MailProducer not documented

Posted by Morgan Hautman <mo...@gmail.com>.
Hi James,

I found some tests about mailProducer here:

https://github.com/apache/camel/blob/master/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailProducerTest.java

https://github.com/apache/camel/blob/master/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailProducerConcurrentTest.java

https://github.com/apache/camel/blob/master/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailProducerUnsupportedCharsetTest.java

Hope can go further with this.

Greetings,

Morgan

On 5/02/2015 10:23, James Green wrote:
> http://camel.apache.org/mail.html mentions MailProducer but I can't find an
> example and the JavaDoc does not show it being used.
>
> Can anyone provide an update to the documentation as I'm not aware of
> whether we should be using it instead of an smtp: endpoint.
>
> Thanks,
>
> James
>