Super eMail Validator (Source Code Included)


Super eMail Validator (Source Code Included)

If you aren’t interested in source code, you don’t need to install any third-party software, just go to the folder named ‘Bin’ and launch the .exe file

Source Code Included

If you want to add licensing system to the project, just contact us and we will help you.


Video Demo : From Here

Super eMail Validator is a simple & easy-use .net desktop app (can be used on web apps also)that allows you to verify email addresses without storing anything in any databases. It extracts the MX records from the email address and connects to the mail server (over SMTP and also simulates sending a message) to make sure the mailbox really exists for that user/address.

Bonus : If you plan to send emails, we recommend using the AI writers to write powerful emails that get sales & convert, try this tool for free.

Features

  • Single mail adress validate/Mass mails validation
  • No database or storage required
  • Perfect for verifying your newsletter mails
  • Use the MX records for mails to make sure the mailbox really exists
  • Clean bad emails from your list
  • more ….

FAQ

  • Which port is necessary to be open? the port 25
  • What software I must have? Visual Studio to edit the source code if you want and Excel to generate & view the reports
  • The validation doesn’t work? there are many reasons but the general solutions are: Run the program as administrator, Disable the firewall, open port 25, update your system


**Some mail servers(see the section below to see some of the unsupported Email Providers) do not cooperate the verification process with the MX records, in such cases, the result of this email verification tool may not be as accurate as expected (1% error margin).

Some Email Providers Support State :

Supported Providers UnSupported Providers
Gmail – Yandex Mail – Proton Mail – Tutanota Mail – Mail.ru – Sapo Mail – GMX Mail – Abv.bg Mail – qq.com Mail – Inbox Mail – rediffmail.com Mail – ya.ru Mail Hotmail- Yahoo – Outlook

Others Source Codes :



Online Support

Super eMail Validator (Source Code Included) - 1 Super eMail Validator (Source Code Included) - 2

Change Log V3:

  • New Interface
  • Allow multi-threading(validate up to 5 emails at once)
  • Allow to edit the sender email (the email that will simulates sending a message)
  • Allow to edit the TCP port (default 25)
  • Export To TXT Files(Valid & Invalid Emails)
  • Fix Some bugs