This Python script allows you to send emails and manage a list of email addresses and their status using pandas and smtplib. It is designed to read email data from an Excel file, send emails, and update the status in the Excel file.
- Send Emails: Send emails to recipients listed in an Excel file.
- Add Email Addresses: Add new email addresses to the list.
- Update Status: Keep track of the email status (e.g., whether an email has been sent).
Before running the script, make sure you have:
- Python installed on your machine.
- Required Python libraries installed: pandas.
-
Clone the repository:
git clone https://github.com/your-username/email_management_script.git cd email_management_script