Client area
|
Shopping cart (empty)

  • Products

    Developer tools

    Microsoft .NET components & libraries

    • EmailVerify.NET
      Email validation component, featuring full IETF-compliant syntax validation, DNS checking, mailbox existence test and tools for advanced batch processing.
    • ProxyClient.NET
      Powerful proxy client component with support for SOCKS 4, SOCKS 4a, SOCKS 5 and HTTP proxy servers, allowing to establish proxied connections from both new and existing sockets.
  • Services
    • Web-based, hosted email validation service
      Hosted email validation service that allows to validate lists of email addresses with ease, combining the power of our email validation technology with an array of fast, dedicated servers hosted at multiple worldwide locations and a super-cool web interface.

  • Online demos

    Email validation

    • Validate email addresses
      Free online demo of our email validation technologies, featuring full IETF-compliant syntax validation, DNS checking and mailbox existence test.

  • Purchase

    Products

    • EmailVerify.NET
      • Licensing / editions
      • Volume discounts
      • Upgrades
      Purchase
    • ProxyClient.NET
      • Licensing
      • Volume discounts
      • Upgrades
      Purchase

    Services

    • Hosted email validation
      • Pricing
      • Terms & conditions
      Purchase

    Request a quote

    • Contact us
      Send a request to our sales staff.

  • Support

    Knowledge base

    • Browse the knowledge base
      Support documents for our products and services.

    Request support

    • Contact us
      Send a request to our customer support staff.

  • About us

    About Cobisi

    About our company, our team, our mission

    • Our company
      Cobisi company information.
    • Our mission
      About what we aim to achieve.

    Contact us

    • Contact us
      Send a request to our customer support staff.

  • Company blog

    Latest posts from our blog

    Shared thoughts about our technologies, products and services

    • Twelve new servers added to our hosted email validation service
      Published on Monday, April 30, 2012

    • Software Technical Writer needed (C#, .NET, ASP.NET), part-time, telecommute
      Published on Tuesday, April 17, 2012

    • EmailVerify.NET is now part of the Cobisi family of products
      Published on Thursday, January 19, 2012

EmailVerify.NET

Advanced email validation component for Microsoft .NET

  • Overview
  • Features
  • Online demo
  • Download
  • Licensing / editions
  • Purchase

Disposable email addresses (DEA) detection

The term disposable email addresses (DEA) refers to the (almost always) temporarily email addresses generated by some free services on the Internet to overcome the need of giving away a real email address, with the aim of fighting email abuse and spamming. More often than not, however, these addresses are used in place of the real ones by malicious users, in the attempt of fooling user registration systems and with great damage for the marketing efforts that may have taken place.

EmailVerify.NET detects more than 2,000 disposable email address providers automatically, including:
  • Mailinator
  • 10MinuteMail
  • GuerrillaMail
  • TempInbox
  • MailEater
  • TrashMail

By default, the component aborts the validation process as soon as it finds one of such of temporary address:

            var verifier = new EmailVerifier();

            // Check a known disposable address

            var result = verifier.Verify("badmail@mailinator.com",
                VerificationLevel.Mailbox);

            if (result.IsDisposableEmailAddressFailure)
            {
                // ...
            }
        

Should you need to check if a given email address exists even if it is disposable, you may easily relax this rule so that it will never abort the validation process; in this case, a property of the result will tell if the address is temporary/disposable or not:

            var verifier = new EmailVerifier();

            // Avoid aborting on disposable email address failure

            verifier.TreatDisposableFailuresAsFatal = false;

            // Check a known disposable address

            var result = verifier.Verify("badmail@mailinator.com",
                VerificationLevel.Mailbox);

            if (result.IsDisposableEmailAddress == true)
            {
                // In this case, the validation process continued even after the
                // disposable email address has been detected...
            }
        

Features at a glance


  • Advanced syntax validation
    • Quoted strings and quoted pairs
    • Email address internationalization
    • Comments
    • Domain literals
  • Disposable email addresses (DEA) detection
  • Mailbox existence check
  • Catch-all domain test
  • Greylisting support
  • Yahoo! mailbox validation
  • Detailed email validation results
    • Syntax-related failures
    • DNS-related failures
    • Well-known disposable email address failures
    • SMTP failures
    • Mailbox validation failures
    • Catch-all rejection failures
Products
  • EmailVerify.NET
    • Features
    • Online demo
    • Download
    • Licensing / editions
    • Release notes
    • Purchase
  • ProxyClient.NET
    • Download
    • Licensing / editions
    • Release notes
    • Purchase
Services
  • Hosted email validation
    • Online demo
    • Download
    • Terms & conditions
    • Purchase
Support
  • Knowledge base
  • Request support

Client area
  • Licenses & products
  • Hosted email validations
About Cobisi
  • The company
  • Mission
  • Contact us
Copyright © 2005-2012 Cobisi. All rights reserved.
Cobisi - Via Caratti, 38 - 35132, Padova - Italy (European Union)
VAT ID: IT04391160282