Skip to content

Commit

Permalink
About Swift Mailer since Roadiz 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Feb 2, 2015
1 parent 306c09b commit 56cef79
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions intro/manual_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,27 @@ In order to make Roadiz more extensible, you can add your own paths to the ``ent
"gen-src/GeneratedNodeSources"
]
Swift Mailer
------------

Roadiz uses *Swift Mailer* to send emails. This awesome librairy is built to enable different
kinds of mail transports or protocols. By default, Roadiz uses your PHP ``sendmail`` configuration
but you can tell it to use another transport (such as SMTP) in your ``conf/config.json`` file.

You can use *SSL*, *TLS* or no encryption at all.

.. code-block:: json
"mailer": {
"type": "smtp",
"host": "localhost",
"port": 25,
"encryption": false,
"username": "",
"password": ""
}
Console command
---------------

Expand Down

0 comments on commit 56cef79

Please sign in to comment.