EmailSender
EmailSender is a Python-based GUI tool designed for sending phishing emails. It utilizes Tkinter for the graphical interface and the email library for SMTP communication. This tool is intended for personal research and practice only, and its use for illegal activities is strictly prohibited.
Key Features:
- SMTP Communication: Uses Python's smtplib to create a communication client for sending emails.
- Email Spoofing: Allows configuration of sender information to forge sender names and email addresses.
- Tracking: Includes functionality to add hidden image codes in the email body to track if the email has been opened.
- EML File Parsing: Capable of parsing EML files to generate phishing emails quickly.
- HTML Preview: Provides a real-time HTML editor for email content, allowing for quick local debugging.
- Batch Sending: Supports sending emails in bulk with options to pause or reset the sending process.
- Local Logging: Automatically creates a local log directory to record all logs and errors.
Benefits:
- User-Friendly Interface: The GUI makes it easy to navigate and use the tool without extensive programming knowledge.
- Research and Practice: Ideal for individuals looking to understand email security and phishing techniques in a controlled environment.
Important Note:
This project is strictly for personal research and practice. The developer does not take responsibility for any misuse of the software.

