Skip to content

Commit 997b465

Browse files
stofweaverryan
authored andcommitted
Updated the doc about SwiftmailerBundle
1 parent 46e7fc3 commit 997b465

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

guides/emails.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ The following configuration attribute are available:
7777
* ``port``
7878
* ``encryption`` (``tls``, or ``ssl``)
7979
* ``auth_mode`` (``plain``, ``login``, or ``cram-md5``)
80-
* ``type``
81-
* ``delivery_strategy`` (``realtime``, ``spool``, ``single_address``, or ``none``)
80+
* ``spool``
81+
82+
* ``type`` (only ``file`` is supported currently)
83+
* ``path``
8284
* ``delivery_address`` (an email address where to send ALL emails)
8385
* ``disable_delivery``
8486

@@ -129,7 +131,7 @@ transport:
129131
<!-- app/config/config.xml -->
130132
131133
<!--
132-
xmlns:swift="http://www.symfony-project.org/schema/dic/swiftmailer"
134+
xmlns:swiftmailer="http://www.symfony-project.org/schema/dic/swiftmailer"
133135
http://www.symfony-project.org/schema/dic/swiftmailer http://www.symfony-project.org/schema/dic/swiftmailer/swiftmailer-1.0.xsd
134136
-->
135137

0 commit comments

Comments
 (0)