Table of Contents | poplib — POP3 protocol client | smtplib — SMTP protocol client | Report a bug | Improve this page | index | modules | Python | 3.14.7 Documentation | The Python Standard Library | Internet Protocols and Support
Tin mới
smtplib — SMTP protocol client
Internet Protocols and Support
This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information.
With the default ssl_context, the connection is encrypted but the server certificate and hostname are not verified. To verify them, pass a context created by ssl.create_default_context().