Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37c221e

Browse files
Add caution related to deprecate mail transport
1 parent 52072d1 commit 37c221e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

email.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ The following configuration attributes are available:
8686
* ``delivery_addresses`` (an array of email addresses where to send ALL emails)
8787
* ``disable_delivery`` (set to true to disable delivery completely)
8888

89+
.. caution::
90+
91+
Starting from Swift Mailer 5.4.5, ``mail`` transport is deprecated. It will be removed
92+
in version 6. Consider using other transport as (``smtp``, ``sendmail``, or ``gmail``).
93+
8994
Sending Emails
9095
--------------
9196

0 commit comments

Comments
 (0)