Skip to content

Commit 72dddcc

Browse files
authored
Mention region parameter for Mailgun mailer too
1 parent 2126435 commit 72dddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The *only* part you need to change is to replace ``KEY`` in the ``MAILER_DSN`` (
7676
Each provider has different environment variables that the Mailer uses to
7777
configure the *actual* protocol, address and authentication for delivery. Some
7878
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
79+
``MAILER_DSN`` - like ``?region=`` for Amazon SES or Mailgun. Some providers support
8080
sending via ``http``, ``api`` or ``smtp``. Symfony chooses the best available
8181
transport, but you can force to use one:
8282

0 commit comments

Comments
 (0)