8000
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.
2 parents 99b1b4b + d991ca4 commit db57c1fCopy full SHA for db57c1f
mailer.rst
@@ -19,12 +19,13 @@ Transport Setup
19
---------------
20
21
Emails are delivered via a "transport". And without installing anything else, you
22
-can deliver emails over ``smtp`` by configuring your ``.env`` file:
+can deliver emails over ``smtp`` by configuring your ``.env`` file (the
23
+``user``, ``pass`` and ``port`` parameters are optional):
24
25
.. code-block:: bash
26
27
# .env
- MAILER_DSN=smtp://user:pass@smtp.example.com
28
+ MAILER_DSN=smtp://user:pass@smtp.example.com:port
29
30
.. warning::
31
0 commit comments