Skip to content

The Email Management Script is a Python tool designed for sending emails and managing email addresses through the use of pandas and smtplib. The script reads data from an Excel file, allowing users to send emails to recipients and update the status of each email.

License

Notifications You must be signed in to change notification settings

krish-sehgal/email_management_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email Management Script

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.

Features

  • 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).

Prerequisites

Before running the script, make sure you have:

  • Python installed on your machine.
  • Required Python libraries installed: pandas.

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/email_management_script.git
    cd email_management_script

About

The Email Management Script is a Python tool designed for sending emails and managing email addresses through the use of pandas and smtplib. The script reads data from an Excel file, allowing users to send emails to recipients and update the status of each email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages