Skip to content

Commit d882d2d

Browse files
committed
add a warning about the difference between Swiftmailer DSNs and Mailer ones
1 parent 8b02403 commit d882d2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mailer.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ can deliver emails over ``smtp`` by configuring your ``.env`` file:
3333
# .env
3434
MAILER_DSN=smtp://user:pass@smtp.example.com
3535
36+
.. warning::
37+
38+
If you are migrating from Swiftmailer (and the Swiftmailer bundle), be
39+
warned that the DSN format is different.
40+
3641
Using a 3rd Party Transport
3742
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3843

0 commit comments

Comments
 (0)