mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` SMTP commands are case-insensitive. `smtplib` uses lowercase commands, however it writes `mail FROM` and `rcpt TO`, lacking consistency.
1 line
70 B
ReStructuredText
1 line
70 B
ReStructuredText
Use lowercase ``mail from`` and ``rcpt to`` in :class:`smptlib.SMTP`.
|