Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 678 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 678 Bytes

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