services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp', 'url' => NULL, 'username' => $this->getEnv('MAILER_MAIL'), 'password' => '2KfUGyaO6HYC', 'host' => 'ssl0.ovh.net', 'port' => 465, 'timeout' => 30, 'source_ip' => NULL, 'local_domain' => NULL, 'encryption' => 'ssl', 'auth_mode' => 'login', 'command' => '/usr/sbin/sendmail -bs'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));