@@ -72,19 +72,19 @@ can modify the values in that file, or set the values directly here.
7272
7373The following configuration attributes are available:
7474
75- * ``transport `` (``smtp ``, ``mail ``, ``sendmail ``, or ``gmail ``)
75+ * ``transport `` (``smtp ``, ``mail ``, ``sendmail ``, or ``gmail ``)
7676* ``username ``
7777* ``password ``
7878* ``host ``
7979* ``port ``
80- * ``encryption `` (``tls ``, or ``ssl ``)
81- * ``auth_mode `` (``plain ``, ``login ``, or ``cram-md5 ``)
80+ * ``encryption `` (``tls ``, or ``ssl ``)
81+ * ``auth_mode `` (``plain ``, ``login ``, or ``cram-md5 ``)
8282* ``spool ``
8383
8484 * ``type `` (how to queue the messages, ``file `` or ``memory `` is supported, see :doc: `/cookbook/email/spool `)
8585 * ``path `` (where to store the messages)
86- * ``delivery_address `` (an email address where to send ALL emails)
87- * ``disable_delivery `` (set to true to disable delivery completely)
86+ * ``delivery_address `` (an email address where to send ALL emails)
87+ * ``disable_delivery `` (set to true to disable delivery completely)
8888
8989Sending Emails
9090--------------
@@ -131,10 +131,10 @@ template might look something like this:
131131.. code-block :: html+jinja
132132
133133 {# app/Resources/views/Emails/registration.html.twig #}
134- Hi {{ name }}
135-
136134 <h3>You did it! You registered!</h3>
137135
136+ Hi {{ name }}! You're successfully registered.
137+
138138 {# example, assuming you have a route named "login" #}
139139 To login, go to: <a href="{{ url('login') }}">...</a>.
140140
0 commit comments