Skip to content

Python Email Sender is a simple script that allows you to send emails to a list of recipients manually. Easily configurable and extendable, it uses Python's built-in smtplib to send emails via Gmail's SMTP server.

License

Notifications You must be signed in to change notification settings

Zyron-Tech/python-mail-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python Email Sender

Python Email Sender is a simple script that allows you to send emails to a list of recipients manually whenever you choose to run it. The script uses Python's built-in smtplib to send emails via Gmail's SMTP server.

Features

  • Send emails to multiple recipients.
  • Simple configuration with Gmail SMTP.
  • Retry mechanism to handle temporary failures.
  • Easy to use and modify for your own needs.

Prerequisites

  • Python 3.x installed on your machine.
  • Gmail account with App Passwords enabled (recommended for security).

Getting Started

1. Clone the repository

git clone https://github.com/Zyron-Tech/python-mail-sender.git

About

Python Email Sender is a simple script that allows you to send emails to a list of recipients manually. Easily configurable and extendable, it uses Python's built-in smtplib to send emails via Gmail's SMTP server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages