https://github.com/cycno/bulk-mail-sender
Send Mail In Bulk In Gmail Using Python With Full Customization And No Limit
https://github.com/cycno/bulk-mail-sender
bulk-email-sender bulk-gmail-sender bulk-mail-sender email-sender gmail gmail-sender gmail-smtp
Last synced: 3 months ago
JSON representation
Send Mail In Bulk In Gmail Using Python With Full Customization And No Limit
- Host: GitHub
- URL: https://github.com/cycno/bulk-mail-sender
- Owner: CYCNO
- Created: 2023-08-30T17:05:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T09:13:23.000Z (almost 2 years ago)
- Last Synced: 2025-06-15T12:58:46.394Z (4 months ago)
- Topics: bulk-email-sender, bulk-gmail-sender, bulk-mail-sender, email-sender, gmail, gmail-sender, gmail-smtp
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# Features
- Send individualized emails with recipient's names.
- Easy setup using JSON files for data and credentials.
- Modify email templates and placeholders.
- Script automates sending process.
- Receive success notifications for each email.
- No Limit of usage
- Secure email transmission via SSL encryption.
- Included guide for step-by-step usage.
- Modular and maintainable code structure.# Getting Started
Follow these steps to use the code:
**1. Clone or download this repository to your local machine.**
For Cloning The repository
```bash
git clone https://github.com/CYCNO/bulk-mail-sender
```**2. Configure the email and template data:**
- Replace sample recipient data in `data/recipient_data.json` with your recipients' details.
- Enter your Gmail credentials (email and app password) in `data/credential.json`. **[How to get your app password](https://www.youtube.com/watch?v=J4CtP1MBtOE)**
- Personalize the email template in `data/email_template.txt`.
- **Note:** Do not modify the `{name}` placeholder.**3. Run the script:**
- Open a terminal or command prompt.
- Navigate to the script's directory using `cd`.
- Execute the script with `python bulk_mail.py`.**4. Emails will be sent automatically, personalized with recipients' names using the `{name}` placeholder.**
## Support
Star ⭐ this repository! Your support will greatly boost its visibility and attract more users.