ezplatform
ezplatform copied to clipboard
Set default mailer_host correctly on Platform.sh
Before the container is build, call to $container->getParameter will not returned the resolved values, but instead values like %env(MAILER_HOST)%
With this fix, the mailer_host setting is actually set correct on Platform.sh