Skip to content

Commit da18b33

Browse files
committed
Minor tweaks
1 parent bb5ba4a commit da18b33

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

components/mailer.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Where ``$dsn`` depends on the provider you want to use. For plain SMTP, use
8484
``smtp://user:[email protected]`` or ``sendmail+smtp://default`` to use the
8585
``sendmail`` binary. To disable the transport, use ``null://null``.
8686

87-
For third-party providers, refers to the following table:
87+
For third-party providers, refer to the following table:
8888

8989
==================== ========================================== =========================================== ========================================
9090
Provider SMTP HTTP API
@@ -98,13 +98,11 @@ For third-party providers, refers to the following table:
9898
==================== ========================================== =========================================== ========================================
9999

100100
Instead of choosing a specific protocol, you can also let Symfony pick the
101-
"best" one by omitting it from the scheme: for instance,
102-
``mailgun://KEY:DOMAIN@default`` is equivalent to
103-
``mailgun+https://KEY:DOMAIN@default``.
104-
105-
If you want to override the default host for a provider (to debug an issue with
106-
a requestb.in like service), change ``default`` by your host:
101+
best one by omitting it from the scheme: for instance, ``mailgun://KEY:DOMAIN@default``
102+
is equivalent to ``mailgun+https://KEY:DOMAIN@default``.
107103

104+
If you want to override the default host for a provider (to debug an issue using
105+
a service like ``requestbin.com``), change ``default`` by your host:
108106

109107
.. code-block:: bash
110108

0 commit comments

Comments
 (0)