diff --git a/sites/all/modules/webform/webform.module b/sites/all/modules/webform/webform.module
index 08facec..1b94ddd 100644
--- a/sites/all/modules/webform/webform.module
+++ b/sites/all/modules/webform/webform.module
@@ -4391,6 +4391,7 @@ function webform_email_html_capable() {
   }
   if (module_exists('htmlmail')) {
     $systems[] = 'HTMLMailSystem';
+    $systems[] = 'HTMLMailSystem__SmtpMailSystem';
   }
   // Allow other modules to alter the list.
   drupal_alter('webform_html_capable_mail_systems', $systems);
