Last active
June 12, 2020 11:22
-
-
Save janit/77ab7ecfc088b2361e81f2920dfde2c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// YAML config for sending emails on eZ Platform Cloud / Platform.sh on eZ Platform v3.0 and higher | |
swiftmailer: | |
url: 'smtp://%env(PLATFORM_SMTP_HOST)%' | |
spool: { type: 'memory' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See here for what p.sh already does for us: https://github.com/platformsh/symfonyflex-bridge/blob/master/platformsh-flex-env.php#L90-L112