Formatting

This commit is contained in:
2023-09-16 16:51:31 -04:00
parent 0a64bb27ba
commit b25f464a04
13 changed files with 31 additions and 18 deletions

View File

@ -1,4 +1,5 @@
"""
"""email_example.py
----------------
This module sends an email with the contents of a specified text file as the
body. The "smtplib" and "email.message" modules are used to construct and send
the email.