@@ -88,7 +88,7 @@ Where ``$dsn`` depends on the provider you want to use. For plain SMTP, use
88
88
``
smtp://user:[email protected] `` or ``
sendmail+smtp://default `` to use the
89
89
``sendmail `` binary. To disable the transport, use ``null://null ``.
90
90
91
- For third-party providers, refers to the following table:
91
+ For third-party providers, refer to the following table:
92
92
93
93
==================== ========================================== =========================================== ========================================
94
94
Provider SMTP HTTP API
@@ -102,13 +102,11 @@ For third-party providers, refers to the following table:
102
102
==================== ========================================== =========================================== ========================================
103
103
104
104
Instead 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 ``.
111
107
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:
112
110
113
111
.. code-block :: bash
114
112
0 commit comments