@@ -88,7 +88,7 @@ Where ``$dsn`` depends on the provider you want to use. For plain SMTP, use
8888``smtp://user:pass@example.com `` or ``sendmail+smtp://default `` to use the
8989``sendmail `` binary. To disable the transport, use ``null://null ``.
9090
91- For third-party providers, refers to the following table:
91+ For third-party providers, refer to the following table:
9292
9393==================== ========================================== =========================================== ========================================
9494 Provider SMTP HTTP API
@@ -102,13 +102,11 @@ For third-party providers, refers to the following table:
102102==================== ========================================== =========================================== ========================================
103103
104104Instead of choosing a specific protocol, you can also let Symfony pick the
105- "best" one by omitting it from the scheme: for instance,
106- ``mailgun://KEY:DOMAIN@default `` is equivalent to
107- ``mailgun+https://KEY:DOMAIN@default ``.
108-
109- If you want to override the default host for a provider (to debug an issue with
110- a requestb.in like service), change ``default `` by your host:
105+ best one by omitting it from the scheme: for instance, ``mailgun://KEY:DOMAIN@default ``
106+ is equivalent to ``mailgun+https://KEY:DOMAIN@default ``.
111107
108+ If you want to override the default host for a provider (to debug an issue using
109+ a service like ``requestbin.com ``), change ``default `` by your host:
112110
113111.. code-block :: bash
114112
0 commit comments