diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php index b3552be2cab..5fc015e219a 100644 --- a/core/modules/system/system.api.php +++ b/core/modules/system/system.api.php @@ -1465,7 +1465,7 @@ function hook_mail_alter(&$message) { $message['send'] = FALSE; return; } - $message['body'][] = "--\nMail sent out from " . variable_get('sitename', t('Drupal')); + $message['body'][] = "--\nMail sent out from " . variable_get('site_name', t('Drupal')); } }