|
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.transport.smtp.class">Swift_Transport_EsmtpTransport</parameter> |
|
|
9 |
</parameters> |
|
|
10 |
|
|
|
11 |
<services> |
|
|
12 |
<service id="swiftmailer.transport.smtp" class="%swiftmailer.transport.smtp.class%" public="false"> |
|
|
13 |
<argument type="service" id="swiftmailer.transport.buffer" /> |
|
|
14 |
<argument type="collection"> |
|
|
15 |
<argument type="service" id="swiftmailer.transport.authhandler" /> |
|
|
16 |
</argument> |
|
|
17 |
<argument type="service" id="swiftmailer.transport.eventdispatcher" /> |
|
|
18 |
|
|
|
19 |
<call method="setHost"><argument>%swiftmailer.transport.smtp.host%</argument></call> |
|
|
20 |
<call method="setPort"><argument>%swiftmailer.transport.smtp.port%</argument></call> |
|
|
21 |
<call method="setEncryption"><argument>%swiftmailer.transport.smtp.encryption%</argument></call> |
|
|
22 |
<call method="setUsername"><argument>%swiftmailer.transport.smtp.username%</argument></call> |
|
|
23 |
<call method="setPassword"><argument>%swiftmailer.transport.smtp.password%</argument></call> |
|
|
24 |
<call method="setAuthMode"><argument>%swiftmailer.transport.smtp.auth_mode%</argument></call> |
|
|
25 |
</service> |
|
|
26 |
</services> |
|
|
27 |
</container> |