|
$container->setAlias('swiftmailer.transport', 'swiftmailer.transport.'.$transport);
|
|
$container->setAlias('swiftmailer.transport', 'swiftmailer.transport.'.$transport);
|
|
foreach (array('encryption', 'port', 'host', 'username', 'password', 'auth_mode') as $key) {
|
|
foreach (array('encryption', 'port', 'host', 'username', 'password', 'auth_mode') as $key) {
|