Skip to content

Commit 7f2b61d

Browse files
committed
minor #15116 [Mailer] Use correct domain (OskarStark)
This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Use correct domain If we talk about `requestbin.com`, it should be reflected in the corresponding example ![CleanShot 2021-03-17 at 11 37 54](https://user-images.githubusercontent.com/995707/111454729-44025a80-8715-11eb-894c-4ddeeb381149.png) Commits ------- f019d53 Use correct domain
2 parents 8aff69a + f019d53 commit 7f2b61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ party provider:
173173
.. code-block:: env
174174
175175
# .env
176-
MAILER_DSN=mailgun+https://KEY:DOMAIN@example.com
177-
MAILER_DSN=mailgun+https://KEY:DOMAIN@example.com:99
176+
MAILER_DSN=mailgun+https://KEY:DOMAIN@requestbin.com
177+
MAILER_DSN=mailgun+https://KEY:DOMAIN@requestbin.com:99
178178
179179
Note that the protocol is *always* HTTPs and cannot be changed.
180180

0 commit comments

Comments
 (0)