Additional global deployment variables were added and can be used by application managers to configure automatic outbound email configuration for instances of a particular application.
Additional global deployment variables were added and can be used by application managers to configure automatic outbound email configuration for instances of a particular application. These variables are:
-`SMTP_HOSTNAME_WITH_PORT` = this is a new variable that is a concatenation of the existing `{{ SMTP_HOSTNAME }}:{{ SMTP_PORT }}`variables.
-`SMTP_FROM_DEFAULT_DOMAIN` = the default domain for sending emails, e.g. `example.com`
It is now also possible to specify the PostgreSQL port, in case an external instance is being used, by setting the `POSTGRESQL_PORT` env variable (`.platform.properties.postgresql.port`).