Skip to content

Commit f019d53

Browse files
authored
Use correct domain
1 parent aa31236 commit f019d53

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)