Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions guides/emails.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ The following configuration attribute are available:
* ``port``
* ``encryption`` (``tls``, or ``ssl``)
* ``auth_mode`` (``plain``, ``login``, or ``cram-md5``)
* ``type``
* ``delivery_strategy`` (``realtime``, ``spool``, ``single_address``, or ``none``)
* ``spool``

* ``type`` (only ``file`` is supported currently)
* ``path``
* ``delivery_address`` (an email address where to send ALL emails)
* ``disable_delivery``

Expand Down Expand Up @@ -129,7 +131,7 @@ transport:
<!-- app/config/config.xml -->

<!--
xmlns:swift="http://www.symfony-project.org/schema/dic/swiftmailer"
xmlns:swiftmailer="http://www.symfony-project.org/schema/dic/swiftmailer"
http://www.symfony-project.org/schema/dic/swiftmailer http://www.symfony-project.org/schema/dic/swiftmailer/swiftmailer-1.0.xsd
-->

Expand Down