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.
- 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.
Before using OneMail, make sure you have the required dependencies installed:
pip install customtkinter pillow pandas
- Clone the repository or download the code.
git clone https://github.com/Genone22/OneMail.git
-
Open the main.py file in your favorite code editor.
-
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.
-
Run the application:
python main.py
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