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.
- 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.
- Python 3.x installed on your machine.
- Gmail account with App Passwords enabled (recommended for security).
git clone https://github.com/Zyron-Tech/python-mail-sender.git