Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 781 Bytes

swiftmailer.rst

File metadata and controls

27 lines (22 loc) · 781 Bytes
.. index::
   single: Configuration Reference; Swiftmailer

SwiftmailerBundle Configuration

Full Default Configuration

.. configuration-block::

    .. code-block:: yaml

        swiftmailer:
            transport:           smtp
            username:            ~
            password:            ~
            host:                localhost
            port:                false
            encryption:          ~
            auth_mode:           ~
            spool:
                type:                file
                path:                %kernel.cache_dir%/swiftmailer/spool
            delivery_address:    ~
            disable_delivery:    ~
            logging:             true