Index: wp-includes/pluggable.php
===================================================================
--- wp-includes/pluggable.php	(revision 5058)
+++ wp-includes/pluggable.php	(working copy)
@@ -170,7 +170,7 @@
 
 	if ( $headers == '' ) {
 		$headers = "MIME-Version: 1.0\n" .
-			"From: wordpress@" . preg_replace('#^www\.#', '', strtolower($_SERVER['SERVER_NAME'])) . "\n" . 
+			"From: " . apply_filters('wp_mail_from', "wordpress@" . preg_replace('#^www\.#', '', strtolower($_SERVER['SERVER_NAME']))) . "\n" . 
 			"Content-Type: text/plain; charset=\"" . get_option('blog_charset') . "\"\n";
 	}
 

