gh-65495: Use lowercase `mail from` and `rcpt to` in `smtplib.SMTP` (#107019)
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.
M
Matthieu Caneill committed
3782def5a2b4d24ab5d356f89da181e99a9a59b2
Parent: d228825
Committed by GitHub <noreply@github.com>
on 7/22/2023, 2:46:59 PM