Skip to content

Send Mail In Bulk In Gmail Using Python With Full Customization And No Limit

Notifications You must be signed in to change notification settings

CYCNO/bulk-mail-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

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
  • 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

About

Send Mail In Bulk In Gmail Using Python With Full Customization And No Limit

Topics

Resources

Stars

Watchers

Forks

Languages