This Python script provides a simple utility for sending automated emails using the smtplib library. Users can specify the sender's email address, password (or app password if two-factor authentication is enabled), recipient's email address, subject, and the message body. The script creates a MIMEText object to represent the email, attaches the message, and connects to the SMTP server to send the email. It includes error handling for potential exceptions during the process.
Amithtraj/auto_mail_sender
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|