Service Objects

Helpful Links
Free Trial
Live Chat
Request Info
Email Us
Products Page

Did you know?

Did you know that landline growth has been declining since 2001 while wireless growth continues to climb? DOTS GeoPhone Wireless enables you to capture name and address information for wireless telephone numbers in real-time. Discover how DOTS GeoPhone WirelessSM can increase your lead quality by signing up for your Free 15 Day Trial today.


What do you think?

Service Objects wants to hear from you. E-mail us today and tell us what you think about this month's Tip & Trick, what you would like to read about next month, or just to say "Hi".

Email Validation in Real-Time
“Is it possible to weed out bad e-mail addresses as they are collected? Can I validate an e-mail address in real-time?” Yes you can!

An e-mail address can tell you a lot about the validity of your leads, prospects, or users. For example, an e-mail address that combines a mailbox name and company domain (e.g. rob.wilson@xerox.com), is most likely a high quality e-mail address. Conversely, e-mail addresses that contain vulgar words from dispensable e-mail services are likely to indicate fraud.

DOTS Email Validation can identify 90% of bogus and undeliverable e-mail addresses. Reducing bad e-mail addresses can save your business countless hours of wasted time and money spent pursuing dead-end contacts.

About DOTS Email Validation
DOTS Email ValidationSM is a hosted, programmable XML Web Service that delivers the most accurate e-mail address information in the industry, and instantly verifies whether or not an e-mail address is valid and can receive messages. DOTS Email Validation allows your business to integrate e-mail address validation and correction into your applications, CRM systems, business processes, and Web sites. Additional DOTS Email Validation features include:
  • Syntax and top level domain validation
  • DNS, SMTP, and mailbox level confirmation
  • Bogus, disposable, and vulgar word detection
  • Detection of improper e-mail address formats
  • Identification of catch-all and free e-mail servers
The DOTS Email Validation Web Service verifies e-mail address format, DNS MX records, SMTP availability, and (when needed) verifies names on the SMTP server. DOTS Email Validation also compares e-mail address elements against those in our data collection of known fraudulent e-mail addresses.

Example of Good E-mail Address

Several factors should be considered when evaluating the quality of an e-mail address. Quality indicators include top-level domain, mailbox name, country of origin, frequency of usage, whether or not it’s a free e-mail service, and bogus word filtering.

Integration & Support
Standard integration of DOTS Email Validation is very straight-forward and takes a developer only days to implement. Almost any language can integrate with DOTS Web Services, allowing users to program their applications in the language of their choice. Service Objects also offers a developer’s guide and sample code for most programming environments. Service Object’s expert developers are ready to help with your integration process and can even write custom example code for you. They are also available to discuss integration quality and verify that it is fully robust.

PHP Sample Code Snippet
<?php ini_set("soap.wsdl_cache_enabled","0");
$wsdlUrl = "http://trial.serviceobjects.com/ev2/emailvalidation2.asmx?WSDL";
$Email = "rob.wilson@xerox.com";
$LicenseKey = "ENTER YOUR LICENSE KEY HERE";
$soapClient = new SoapClient($wsdlUrl);
$SoapResponse = $soapClient->ValidateEmailFast(array("EmailAddress" => $Email, "LicenseKey" => $LicenseKey));
$ResultNode = $SoapResponse->ValidateEmailFastResult;
if (isset($ResultNode)) {
  if (!isset($ResultNode->Error)) {
    foreach($ResultNode->EmailValidateInfo as $var=>$value)
      echo "$var: $value ";
  } else {
    foreach($ResultNode->Error as $node) echo $node." ";
  }
} else echo "No Response Found";
?>

To download the full PHP 5 example code or view our Sample Code Library click here.

Bottom Line
For only pennies per transaction, DOTS Email Validation provides users with the fastest and most accurate e-mail validation tool available. Email addresses can be validated in a batch, real-time, or through our Web Services interface. Furthermore, the service is compatible with all Internet standards, so you can integrate e-mail address lookup and validation into your company without making any costly changes to your business processes.
Privacy Note: Our email is never unsolicited. You provided an email address of: *** when you evaluated our software.
To unsubscribe send an email to: communications@serviceobjects.com or click here.

Newsletter Archive

Privacy Policy
Copyright ©2008 Service Objects, Inc.
133 East de la Guerra St, Suite 10, Santa Barbara, CA 93101, USA
www.serviceobjects.com
sales@serviceobjects.com
Tel. Toll Free US 1.800.694.6269
Tel. Elsewhere 1.805.963.1700
Fax 1.805.963.9179