III. CONFIGURATION Store config in the environment. $transport
=
Swift_SmtpTransport::newInstance(
getenv('EMAIL_HOST'),
getenv('EMAIL_PORT')?:25 )
-‐>setUsername(getenv('EMAIL_USERNAME'))
-‐>setPassword(getenv('EMAIL_PASSWORD')) ; Assumption:
same code but different configuration per deployment target