File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments