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 a37008b + 49a41e2 commit 3861993Copy full SHA for 3861993
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