Skip to content

Gayathrif/email-sender-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Email Sender Script

This is a Python script that allows you to send automated emails using the smtplib library. It supports sending emails through a Gmail account.

Features

  • Send automated email messages
  • Can attach text content to the email
  • Simple to use with Gmail SMTP server

Installation

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)

Steps to Install:

  1. Clone this repository to your local machine:
    git clone https://github.com/your-username/email-sender-script.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages