Skip to content

Commit 4dccf85

Browse files
committed
minor #13154 Mention region parameter for Mailgun mailer too (pyrech)
This PR was merged into the 4.4 branch. Discussion ---------- Mention region parameter for Mailgun mailer too Just got a hard time to get SMTP working with european servers from Mailgun. It was unclear how to configure the EU host (ie. should I change the `@default` host? Should I add another config?). I think `region` parameter deserves at least a small mention in the mailer documentation. I also proposed to add this parameter by default in mailgun mailer's recipe: symfony/recipes#742 Commits ------- 72dddcc Mention region parameter for Mailgun mailer too
2 parents 86066ca + 72dddcc commit 4dccf85

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)