This is a Python script that allows you to send automated emails using the smtplib
library. It supports sending emails through a Gmail account.
- Send automated email messages
- Can attach text content to the email
- Simple to use with Gmail SMTP server
To use this script, you need to have Python installed on your system. You also need to install the following dependencies:
smtplib
(comes pre-installed with Python)email.mime
(comes pre-installed with Python)
- Clone this repository to your local machine:
git clone https://github.com/your-username/email-sender-script.git