We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2126435 commit 72dddccCopy full SHA for 72dddcc
mailer.rst
@@ -76,7 +76,7 @@ The *only* part you need to change is to replace ``KEY`` in the ``MAILER_DSN`` (
76
Each provider has different environment variables that the Mailer uses to
77
configure the *actual* protocol, address and authentication for delivery. Some
78
also have options that can be configured with query parameters at the end of the
79
-``MAILER_DSN`` - like ``?region=`` for Amazon SES. Some providers support
+``MAILER_DSN`` - like ``?region=`` for Amazon SES or Mailgun. Some providers support
80
sending via ``http``, ``api`` or ``smtp``. Symfony chooses the best available
81
transport, but you can force to use one:
82
0 commit comments