|
0
|
1 |
<?xml version="1.0" encoding="UTF-8" ?> |
|
|
2 |
|
|
|
3 |
<container xmlns="http://symfony.com/schema/dic/services" |
|
|
4 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
5 |
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> |
|
|
6 |
|
|
|
7 |
<parameters> |
|
|
8 |
<parameter key="swiftmailer.plugin.redirecting.class">Swift_Plugins_RedirectingPlugin</parameter> |
|
|
9 |
<parameter key="swiftmailer.plugin.blackhole.class">Swift_Plugins_BlackholePlugin</parameter> |
|
|
10 |
</parameters> |
|
|
11 |
|
|
|
12 |
<services> |
|
|
13 |
<service id="swiftmailer.transport.spool" class="Swift_Transport_SpoolTransport" public="false"> |
|
|
14 |
<argument type="service" id="swiftmailer.transport.eventdispatcher" /> |
|
|
15 |
<argument type="service" id="swiftmailer.spool" /> |
|
|
16 |
</service> |
|
|
17 |
</services> |
|
|
18 |
</container> |