@@ -72,19 +72,19 @@ can modify the values in that file, or set the values directly here.
72
72
73
73
The following configuration attributes are available:
74
74
75
- * ``transport `` (``smtp ``, ``mail ``, ``sendmail ``, or ``gmail ``)
75
+ * ``transport `` (``smtp ``, ``mail ``, ``sendmail ``, or ``gmail ``)
76
76
* ``username ``
77
77
* ``password ``
78
78
* ``host ``
79
79
* ``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 ``)
82
82
* ``spool ``
83
83
84
84
* ``type `` (how to queue the messages, ``file `` or ``memory `` is supported, see :doc: `/cookbook/email/spool `)
85
85
* ``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)
88
88
89
89
Sending Emails
90
90
--------------
@@ -131,10 +131,10 @@ template might look something like this:
131
131
.. code-block :: html+jinja
132
132
133
133
{# app/Resources/views/Emails/registration.html.twig #}
134
- Hi {{ name }}
135
-
136
134
<h3>You did it! You registered!</h3>
137
135
136
+ Hi {{ name }}! You're successfully registered.
137
+
138
138
{# example, assuming you have a route named "login" #}
139
139
To login, go to: <a href="{{ url('login') }}">...</a>.
140
140
0 commit comments