docs: correct title and add section heading for SMTP example in IMAP usage guide

This commit is contained in:
2024-12-04 20:26:26 +00:00
parent fca2e67d23
commit aa2eed5e40
+2 -2
View File
@@ -1,4 +1,4 @@
# Python SMTP usage
# Python IMAP usage
Two examples of how to use the builtin IMAP library.
@@ -65,7 +65,7 @@ except Exception as e:
```
Sending email (requires my AsyncioPath made in other gist):
## Sending email (requires my AsyncioPath made in other gist):
```
class SMTP(AsyncioPatch):