/OneMail

Mail Sender

Primary LanguagePython

Typing SVG

Screenshot_gh

Typing SVG

Screenshot_gh_2

python

OneMail is an email marketing application developed using Python. It allows users to send email campaigns to a list of recipients efficiently. Below, you'll find information on how to use and set up the application.

Features

  • Send emails to single recipients or perform bulk email campaigns.
  • Supports HTML email composition.
  • Web scraping feature to extract email addresses from web pages.
  • Ability to save extracted email addresses to an Excel file.
  • Provides a user-friendly GUI built using Custom Tkinter.

Installation

Before using OneMail, make sure you have the required dependencies installed:

pip install customtkinter pillow pandas

Getting Started

  1. Clone the repository or download the code.
git clone https://github.com/Genone22/OneMail.git
  1. Open the main.py file in your favorite code editor.

  2. Set up your email credentials:

    Open the important.txt file and add your email address and password in the following format: your_email,your_password. Save the file.

  3. Run the application:

python main.py

Notes

OneMail is designed for sending legitimate and non-spam emails. Use it responsibly and comply with email marketing regulations. Make sure to secure your email credentials and do not share them with others