Skip to content

This project is a tool to help you during your job/internship search, you might consider using it to send cold emails (make sure to customize it to your needs)

License

Notifications You must be signed in to change notification settings

NermineGharbi24/Cold-Email-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cold Email Sender (NO AI)

Cold Email Sender Logo

A Python application designed to automate and streamline the process of sending personalized cold emails with attachments to multiple recipients. Perfect for job applications, networking, or business outreach. Currenlly this project only work by test Users only (max 100), contact me if you want me to add you as a test user. This is only temporary till verification comes from google.The project will get updated later.

🚀 Key Features

  • Automated Email Distribution: Send personalized emails to multiple recipients at once
  • Smart Personalization: Automatically extracts recipient names from email addresses
  • Attachment Support: Easily include resume, cover letter, or other documents
  • Email Tracking: Logs the status of each sent email
  • Gmail API Integration: Uses Google's secure API for reliable delivery
  • GDPR Compliant: Includes unsubscribe options and privacy protection

📋 Prerequisites

  • Python 3.8+
  • Gmail account

🛠️ Installation

  1. Clone the Repository:

    git clone https://github.com/NermineGharbi24/Cold-Email-Sender.git
    cd Cold-Email-Sender
  2. Create a Virtual Environment:

    python -m venv venv
  3. Activate the Virtual Environment:

    • Windows:
      venv\Scripts\activate
    • Linux/macOS:
      source venv/bin/activate
  4. Install Dependencies:

    pip install -r requirements.txt

⚙️ Configuration

  1. Email Data Setup:

    • Create data/contacts.xlsx with a column named "Email" containing recipient addresses
    • Place your resume (resume.pdf) and cover letter (cover_letter.pdf) in data/attachments/ -Create logs/email_log.txt
  2. Google OAuth Setup:

    • Go to Google Cloud Console
    • Create a new project and enable the Gmail API
    • Configure OAuth Consent Screen (External user type)
    • Create OAuth credentials and download credentials.json
    • Place credentials.json in the project root directory

📤 Usage

  1. Run the Application:

    python main.py
  2. Authentication:

    • First-time use will open a browser window for Google account authentication
    • Grant the necessary permissions to send emails on your behalf
  3. Sending Emails:

    • Follow the prompts to customize your email subject and body
    • The application will handle the rest, sending emails to all contacts in your list

📊 Monitoring

  • Check logs/email_log.txt for a record of all sent emails
  • The log includes timestamps, recipient information, and delivery status

🔒 Privacy & Security

  • Your Google credentials are stored securely in token.json (automatically created)
  • No email content or recipient data is stored beyond the local log file
  • The application follows email best practices and anti-spam guidelines

🤝 Contributing

Contributions are welcome! If you have ideas for improvements or find any issues:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

📧 Contact

Nermine Gharbi - GitHub Profile

Project Link: https://github.com/NermineGharbi24/Cold-Email-Sender

About

This project is a tool to help you during your job/internship search, you might consider using it to send cold emails (make sure to customize it to your needs)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages