Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca56502

Browse filesBrowse files
javiereguiluztucksaun
authored andcommitted
Minor tweaks
1 parent be392bc commit ca56502
Copy full SHA for ca56502

File tree

Expand file treeCollapse file tree

1 file changed

+5
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-7
lines changed

‎components/mailer.rst

Copy file name to clipboardExpand all lines: components/mailer.rst
+5-7Lines 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: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

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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.