-
Type:
Story
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Target Version/s:
-
Epic Link:
We have a PR against Flowable to make it possible to customize the SSL SMTP server port. When we upgrade to a release with this fix, we will need to do the following:
Update org.forgerock.openidm.workflow.activiti.impl.engine.EmbeddedProcessEngine#applyEmailConfig with:
configuration.setMailServerSSLPort(mailConfig.get(WorkflowConfig.MAIL_PORT) .defaultTo(DEFAULT_EMAIL_PORT).asInteger());