Index: includes/phpmailer.drupal.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/phpmailer/includes/phpmailer.drupal.inc,v
retrieving revision 1.3
diff -u -r1.3 phpmailer.drupal.inc
--- includes/phpmailer.drupal.inc	19 Jan 2009 16:08:17 -0000	1.3
+++ includes/phpmailer.drupal.inc	17 Mar 2009 23:40:27 -0000
@@ -107,10 +107,8 @@
     watchdog('phpmailer', $mail->ErrorInfo, NULL, WATCHDOG_ERROR);
   }
 
-  // Reset object properties when keep-alive is enabled.
-  if ($mail->SMTPKeepAlive) {
-    $mail->Reset();
-  }
+  // Reset object properties.
+  $mail->Reset();
 
   if ($mail->SMTPDebug) {
     if ($debug = ob_get_contents()) {
