Description ----------- Provides Webform Validation integration of the Email Verify module. http://drupal.org/project/email_verify Similar Modules --------------- Other modules do different types of email checking: Entry validation: the Webform Validation module can check if the user made a typo by using two fields, Email and Re-type Email and comparing them with an Equal Values rule. http://drupal.org/project/webform_validation Address validation: Drupal uses the API function valid_email_address() to check that the basic syntax of an email address is correct for new user registrations. http://api.drupal.org/api/drupal/includes--common.inc/function/valid_email_address/6 Address verification: This module uses the Email Verify module to check that an address is a real address that actually exists. http://drupal.org/project/email_verify Address confirmation: The Webform Confirm Email Address checks that the user is the legitimate owner of an address by holding a Webform submission in a pending status until that user clicks a link in a email sent to the email address being checked. http://drupal.org/project/webform_confirm_email Dependencies ------------ 1, Webform http://drupal.org/project/webform 2. Webform Validation http://drupal.org/project/webform_validation 3. Email Verify http://drupal.org/project/email_verify Installation ------------- This module is distributed with the Webform Validation package. It just needs to be enabled. Usage ----- 1. Create a field of type: email in a Webform node. 2. Create a rule of type: Email Verify in Webform Validation. Known Problems -------------- 1. Email Verify compatibility with shared hosting http://drupal.org/node/431376 2. Email Verify compatibility with Windows hosting http://drupal.org/node/508004 3. Email Verify's site registration related error messages may not be appropriate for other uses. You can change them with String Overrides. http://drupal.org/project/stringoverrides 4. Some versions of Email Verify test communication during install. If the test fails, Email Verify disables itself. If Email Verify is enabled in the process of enabling this module, and Email Verify then disables itself, it can leave this module enabled, but without one of its dependencies. Email Verify's modules page checkbox will be disabled. If this happens, you have problem 1.