Hi,
Is there any reason why line 343 of pluggable.php is not as follows?
$from_name = get_option('blogname');
instead of
$from_name = 'WordPress';
The blog name would be a far more suitable default value than 'WordPress'.
Additionally line 354 should be
$from_email = get_option('admin_email');
instead of
$from_email = 'wordpress@' . $sitename;
Is there anybody who can make these changes to the next version?
Thanks,
Alex