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.
1 parent 355aa03 commit a1ce602Copy full SHA for a1ce602
components/mailer.rst
@@ -171,7 +171,7 @@ configurable with the ``verify_peer`` option. Although it's not recommended to
171
disable this verification for security reasons, it can be useful while developing
172
the application or when using a self-signed certificate::
173
174
- $dsn = 'smtp://user:pass@smtp.example.com?verify_peer=false'
+ $dsn = 'smtp://user:pass@smtp.example.com?verify_peer=0'
175
176
.. versionadded:: 5.1
177
0 commit comments