A simple tool that converts email:password combos into formatted SMTP credentials.
- 🖼️ Cool ASCII Banner
- 📂 Reads input from a .txt file
- 🔍 Validates email format
- 🔐 Detects SMTP server from common domains
- 📝 Saves results to smtp_credentials.txt
- 🎨 Colorful and user-friendly terminal output
- Put your combo file (e.g., combo.txt) in the same folder as the .exe
- Run
EmailToSMTP.exe
- Enter the name of your combo file when asked (example: combo.txt)
- Wait for the tool to process and save results
Your results will be saved in:
smtp_credentials.txt
Format:
smtp.server.com:port:email:password
user1@gmail.com:pass123
user2@yahoo.com:pass456
smtp.gmail.com:587:user1@gmail.com:pass123
smtp.mail.yahoo.com:587:user2@yahoo.com:pass456
- Only valid emails are processed ✅
- Invalid lines are skipped
⚠️ - Works completely offline 🔌
❌ Do NOT use it for spam, unauthorized access, or any illegal activity.
✅ Always comply with your local laws and email service provider policies.