An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Bulk Mail Sender


A simple yet powerful tool to send email to everyone at same time.













---
# 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.

## Contributors
### CYCNO