diff --git a/email.module b/email.module
index a33d85c..5339957 100644
--- a/email.module
+++ b/email.module
@@ -14,7 +14,7 @@ function email_field_info() {
       'label' => 'Email',
       'description' => t('This field stores and renders email addresses.'),
       'default_widget' => 'email_textfield',
-      'default_formatter' => 'email_default',
+      'default_formatter' => 'email_plain',
       'property_type' => 'text',
     ),
   );
