You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/19 11:04:58 UTC

[GitHub] [camel-kafka-connector] dberardo-com commented on issue #644: is camel-smtp connector ready for production?

dberardo-com commented on issue #644:
URL: https://github.com/apache/camel-kafka-connector/issues/644#issuecomment-802750734


   it would be great to have some more "use case" oriented documentation of this connector, or at least including a sample configuration file somewhere, but i think this is a "design choice" of camel connectors, to have developers struggle in finding their way out.
   
   anyway, i didnt know about the kafka message header, sounds like a quite useful feature, would be nice to get a link for more documentation on that topic.
   
   coming back to the SMTP(s) connector, i am trying to pass more custom params to enable ssltls, NTLM auth, etc, so i thought of using this param:
   
   `camel.sink.endpoint.additionalJavaMailProperties`
   
   how should properties should be passed here?
   
   i thought of doing it this way:
   
   `"camel.component.smtps.javaMailProperties":"mail.smtp.starttls.enable=true,another.java.prop=123",`
   
   is this correct?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org