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 6c1fc17 commit bde97b5Copy full SHA for bde97b5
mailer.rst
@@ -340,7 +340,7 @@ TLS Peer Fingerprint Verification
340
Additional fingerprint verification can be enforced with the ``peer_fingerprint``
341
option. This is especially useful when a self-signed certificate is used and
342
disabling ``verify_peer`` is needed, but security is still desired. Fingerprint
343
-may be specified in sha1 (40 characters) or md5 (32 characters)::
+may be specified as SHA1 or MD5 hash::
344
345
$dsn = 'smtp://user:[email protected]?peer_fingerprint=6A1CF3B08D175A284C30BC10DE19162307C7286E';
346
0 commit comments