Index: wp-includes/pluggable.php
===================================================================
--- wp-includes/pluggable.php	(revision 23507)
+++ wp-includes/pluggable.php	(working copy)
@@ -448,12 +448,10 @@
 
 	// Send!
 	try {
-		$phpmailer->Send();
+		return $phpmailer->Send();
 	} catch ( phpmailerException $e ) {
 		return false;
 	}
-
-	return true;
 }
 endif;
 
