β¬… Back to Home

πŸ“§ Multi-Threaded Email Sender v1.0

The ultimate licensed bulk email sending software β€” fast, secure, and personalized.


πŸ”₯ Why Choose This Tool?


πŸ”‘ Step 1 β€” License & Authentication

On first use, the tool generates a unique license key tied to your PC.

  1. Run the EXE β€” it shows your license key.
  2. Login to verifypanel.pw with your provided credentials.
  3. Update your license key in your client panel.
  4. Restart the program β€” if active, it runs.

❌ Without updating the key online, the tool will not work.

βœ… Once updated, the license binds to your system.


βš™οΈ Step 2 β€” Configure Your Settings (config.txt)

🟒 Sender Config

username="yourusername"
Leads_file="leads.txt"
Later_file="letter.html"
Later_Type="html"
Atachements="yes"
Atachement's file name="offer.pdf"
Atachement_rename="yes"
Active_smtp="2"
Mutlitherds="yes"
Tags="yes"

🟒 Sending Info

Sender_name="Your Company"
Sender_Email Address="[email protected]"
Reply_to="real"
Subject="Special Offer"

🟒 SMTP Info

---------------------SMTP 1---------------------
Host: smtp.domain.com
Port: 587
User: [email protected]
Password: pass123
Sending Limit: 200

---------------------SMTP 2---------------------
Host: smtp.other.com
Port: 465
User: [email protected]
Password: pass456
Sending Limit: 300

βœ… You can add unlimited SMTPs. The tool will:


🏷️ Step 3 β€” Personalization Tags

#email#            β†’ Recipient’s full email ([email protected])
#email_user#       β†’ User part of email (john.doe)
#recipient_domain# β†’ Domain part of email (gmail.com)

#date#             β†’ Current date (2025-09-17)
#time#             β†’ Current time (14:32:45)
#datetime#         β†’ Date & time together (2025-09-17 14:32:45)
#day#              β†’ Day number (17)
#month#            β†’ Month name (September)
#year#             β†’ Year (2025)

#sender-email#     β†’ The SMTP sender email ([email protected])
#username#         β†’ SMTP username only (mailer)
#smtp-host#        β†’ SMTP server host (smtp.domain.com)
#smtp-user#        β†’ SMTP login email ([email protected])

#rand-10#          β†’ Random alphanumeric string of length 10 (a8d9f3xkq1)
#id-8#             β†’ Random alphanumeric string of length 8 (h7k2m9qz)
#randnum-6#        β†’ Random numeric string of length 6 (492761)

πŸ”Ή Example in HTML Template (Full Tag Usage)

Suppose your letter.html looks like this:

Hello #email_user#,
We’re reaching out to you at #email# from domain #recipient_domain#.

Today is #date# at #time#.
Full timestamp: #datetime#.
Day: #day# | Month: #month# | Year: #year#.

------------------------------------------------------------

Sent using SMTP server: #smtp-host#
Account: #smtp-user#
Sender Email: #sender-email#
Username: #username#

------------------------------------------------------------

Security tokens:
πŸ”‘ Unique ID: #id-10#
πŸ”‘ Random String: #rand-8#
πŸ”’ Random Number: #randnum-6#

Best regards,
Your Company Team

It will appear to the recipient like this:

Hello john.doe,
We’re reaching out to you at [email protected] from domain gmail.com.

Today is 2025-09-17 at 14:32:45.
Full timestamp: 2025-09-17 14:32:45.
Day: 17 | Month: September | Year: 2025.

------------------------------------------------------------

Sent using SMTP server: smtp.domain.com
Account: [email protected]
Sender Email: [email protected]
Username: mailer

------------------------------------------------------------

Security tokens:
πŸ”‘ Unique ID: k93sd01x9q
πŸ”‘ Random String: ajf29dke
πŸ”’ Random Number: 492815

Best regards,
Your Company Team

πŸ“‚ Step 4 β€” Smart Attachment Renaming

If Atachements="yes" and Atachement_rename="yes", the tool automatically renames the file:

offer.pdf β†’ offer_ab39fk93.pdf

This avoids filters that block repeated filenames.


πŸ“‘ Step 5 β€” File Requirements


πŸš€ Step 6 β€” Running Your Campaign

1. Prepare config.txt, leads.txt, and letter.html.
2. Run the compiled EXE.
3. Tool validates license β†’ validates config β†’ tests SMTPs.
4. Campaign starts automatically.
5. Failed leads will be saved to failed.txt.


πŸ† Final Note

This tool offers speed, reliability, and personalization. With a secure license system and easy config setup, it’s beginner-friendly yet powerful enough for professionals. Keep your license updated and your SMTPs clean, and you’re ready to scale your campaigns!

βœ… Tutorial Completed β€” Now Start Your Campaign!