Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-65495: Use lowercasemail from andrcpt to insmtplib.SMTP#107019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-65495: Use lowercasemail from andrcpt to insmtplib.SMTP#107019
Uh oh!
There was an error while loading.Please reload this page.
Conversation
SMTP commands are case-insensitive. `smtplib` uses lowercase commands,however it writes `mail FROM` and `rcpt TO`, lacking consistency.
ghost commentedJul 22, 2023 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
Razza30 commentedMay 13, 2025
ELHO is still being sent in lower case (possibly other commands/verbs such as AUTH LOGIN etc.) are too? Can you please review? |
Razza30 commentedMay 13, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I have changed To and that works in as much as I get a response from the server. |
Uh oh!
There was an error while loading.Please reload this page.
SMTP commands are case-insensitive.
smtplibuses lowercase commands, however it writesmail FROMandrcpt TO, lacking consistency.#65495