Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca56502

Browse files
javiereguiluztucksaun
authored andcommitted
Minor tweaks
1 parent be392bc commit ca56502

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
@@ -88,7 +88,7 @@ Where ``$dsn`` depends on the provider you want to use. For plain SMTP, use
8888
``smtp://user:[email protected]`` 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

104104
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``.
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

Comments
 (0)