Change record status: 
Project: 
Introduced in branch: 
7.x
Introduced in version: 
7.76
Description: 

Drupal 7 now has an option to use the site name (i.e. the value of the site_name variable) as the "Display Name" in the From header in system e-mails.

For example this would mean the sender might be "Acme Website" <acme@example.com> as opposed to just the e-mail address alone.

In order to avoid disruption, this is not enabled by default for existing sites. New sites will have it enabled by default if they start from a new copy of default.settings.php

The feature can be enabled by setting the following variable to TRUE:

$conf['mail_display_name_site_name'] = TRUE;
drush variable-set mail_display_name_site_name TRUE
Impacts: 
Site builders, administrators, editors
Distribution developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done