@@ -84,7 +84,7 @@ Where ``$dsn`` depends on the provider you want to use. For plain SMTP, use
84
84
``
smtp://user:[email protected] `` or ``
sendmail+smtp://default `` to use the
85
85
``sendmail `` binary. To disable the transport, use ``null://null ``.
86
86
87
- For third-party providers, refers to the following table:
87
+ For third-party providers, refer to the following table:
88
88
89
89
==================== ========================================== =========================================== ========================================
90
90
Provider SMTP HTTP API
@@ -98,13 +98,11 @@ For third-party providers, refers to the following table:
98
98
==================== ========================================== =========================================== ========================================
99
99
100
100
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 ``.
107
103
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:
108
106
109
107
.. code-block :: bash
110
108
0 commit comments