This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new fa0437e   CAMEL-14595: camel-mail - Allow to use headers for 
additional mail properties
fa0437e is described below

commit fa0437e443d8292a569a6702767dcabe762cde53
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Mar 16 12:38:45 2020 +0100

     CAMEL-14595: camel-mail - Allow to use headers for additional mail 
properties
---
 components/camel-mail/src/main/docs/mail-component.adoc | 1 +
 docs/components/modules/ROOT/pages/mail-component.adoc  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/components/camel-mail/src/main/docs/mail-component.adoc 
b/components/camel-mail/src/main/docs/mail-component.adoc
index f522c30..5f5f96e 100644
--- a/components/camel-mail/src/main/docs/mail-component.adoc
+++ b/components/camel-mail/src/main/docs/mail-component.adoc
@@ -731,5 +731,6 @@ For example to provide a dynamic uuid in `java.smtp.from` 
(SMTP MAIL command):
     .to("smtp://mymailserver:1234");
 ----
 
+NOTE: This is only supported when *not* using a custom `JavaMailSender`.
 
 include::camel-spring-boot::page$mail-starter.adoc[]
diff --git a/docs/components/modules/ROOT/pages/mail-component.adoc 
b/docs/components/modules/ROOT/pages/mail-component.adoc
index d426398..9f6c4cf 100644
--- a/docs/components/modules/ROOT/pages/mail-component.adoc
+++ b/docs/components/modules/ROOT/pages/mail-component.adoc
@@ -732,5 +732,6 @@ For example to provide a dynamic uuid in `java.smtp.from` 
(SMTP MAIL command):
     .to("smtp://mymailserver:1234");
 ----
 
+NOTE: This is only supported when *not* using a custom `JavaMailSender`.
 
 include::camel-spring-boot::page$mail-starter.adoc[]

Reply via email to