forked from symfony/symfony-docs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was merged into the 7.1 branch. Discussion ---------- Replaced `caution` directive by `warning` Fixes symfony#20371 Commits ------- 85ceb63 Replaced `caution` directive by `warning`
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -361,7 +361,7 @@ setting the ``auto_tls`` option to ``false`` in the DSN:: | |
|
||
$dsn = 'smtp://user:[email protected]?auto_tls=false'; | ||
|
||
.. caution:: | ||
.. warning:: | ||
|
||
It's not recommended to disable TLS while connecting to an SMTP server over | ||
the Internet, but it can be useful when both the application and the SMTP | ||
|