--- pluggable-functions.php.orig        2005-05-11 20:44:55.000000000 -0400
+++ pluggable-functions.php     2005-05-11 20:45:02.000000000 -0400
@@ -61,7 +61,7 @@
function wp_mail($to, $subject, $message, $headers = '') {
       if( $headers == '' ) {
               $headers = "MIME-Version: 1.0\r\n" .
-                       "From: " . get_settings('admin_email') . "\r\n" .
+                       "From: " . get_settings('blogname') . "<" . get_settings('admin_email') . ">\r\n" .
                       "Content-Type: text/plain; charset=\"" . get_settings('blog_charset') . "\"\r\n";
       }

@@ -266,4 +266,4 @@
}
endif;

-?>
\ No newline at end of file
+?>

