Pascal Schumacher created CAMEL-22900:
-----------------------------------------

             Summary: camel-mail - Allow to use headers for additional mail 
properties - support smtps
                 Key: CAMEL-22900
                 URL: https://issues.apache.org/jira/browse/CAMEL-22900
             Project: Camel
          Issue Type: Improvement
          Components: camel-mail
            Reporter: Pascal Schumacher


In CAMEL-14595 support was added to allow to use headers for additional mail 
properties, e.g.

{code}
 .setHeader("mail.smtp.from", method(UUID.class, "randomUUID"))
{code}

This works great when using smtp, but does not work when using smtps. When 
using smtps the property would be e.g. "mail.smtps.from".

It would be great if Camel could also support this.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to