@@ -4858,6 +4858,41 @@ <h4 id="bpm-flowable">BPM - Flowable</h4>
48584858< td > Whether to use the DefaultDB datasource or built-in H2 < em > (e.g. < code > true</ code > (DefaultDB) or < code > false</ code > (H2))</ em > </ td >
48594859< td > < em > < code > true</ code > </ em > </ td >
48604860</ tr >
4861+ < tr >
4862+ < td > < strong > DIRIGIBLE_FLOWABLE_MAIL_SERVER_HOST</ strong > </ td >
4863+ < td > The SMTP mail server host < em > (e.g. < code > email-smtp.eu-central-1.amazonaws.com</ code > )</ em > </ td >
4864+ < td > < em > < code > -</ code > </ em > </ td >
4865+ </ tr >
4866+ < tr >
4867+ < td > < strong > DIRIGIBLE_FLOWABLE_MAIL_SERVER_PORT</ strong > </ td >
4868+ < td > The SMTP mail server port</ td >
4869+ < td > < em > < code > 587</ code > </ em > </ td >
4870+ </ tr >
4871+ < tr >
4872+ < td > < strong > DIRIGIBLE_FLOWABLE_MAIL_SERVER_USERNAME</ strong > </ td >
4873+ < td > The SMTP mail server username</ td >
4874+ < td > < em > < code > -</ code > </ em > </ td >
4875+ </ tr >
4876+ < tr >
4877+ < td > < strong > DIRIGIBLE_FLOWABLE_MAIL_SERVER_PASSWORD</ strong > </ td >
4878+ < td > The SMTP mail server password</ td >
4879+ < td > < em > < code > -</ code > </ em > </ td >
4880+ </ tr >
4881+ < tr >
4882+ < td > < strong > DIRIGIBLE_FLOWABLE_MAIL_SERVER_USE_TLS</ strong > </ td >
4883+ < td > Whether the SMTP mail server TLS is enabled</ td >
4884+ < td > < em > < code > true</ code > </ em > </ td >
4885+ </ tr >
4886+ < tr >
4887+ < td > < strong > DIRIGIBLE_FLOWABLE_MAIL_SERVER_USE_SSL</ strong > </ td >
4888+ < td > Whether the SMTP mail server SSL is enabled</ td >
4889+ < td > < em > < code > false</ code > </ em > </ td >
4890+ </ tr >
4891+ < tr >
4892+ < td > < strong > DIRIGIBLE_FLOWABLE_MAIL_SERVER_DEFAULT_FROM</ strong > </ td >
4893+ < td > The default mail sender address < em > (e.g. < code > no-reply@example.com</ code > )</ em > </ td >
4894+ < td > < em > < code > -</ code > </ em > </ td >
4895+ </ tr >
48614896</ tbody >
48624897</ table >
48634898< h3 id ="mail "> Mail</ h3 >
0 commit comments