Index: branches/5.2.x/core/install.php =================================================================== diff -u -N -r14866 -r14941 --- branches/5.2.x/core/install.php (.../install.php) (revision 14866) +++ branches/5.2.x/core/install.php (.../install.php) (revision 14941) @@ -1,6 +1,6 @@ $password, 'Backup_Path' => FULL_PATH . $this->toolkit->getSystemConfig('Misc', 'WriteablePath') . DIRECTORY_SEPARATOR . 'backupdata', - 'Smtp_AdminMailFrom' => 'portal@' . $this->toolkit->getSystemConfig('Misc', 'Domain') + 'DefaultEmailSender' => 'portal@' . $this->toolkit->getSystemConfig('Misc', 'Domain') ); $site_timezone = ini_get('date.timezone') ? ini_get('date.timezone') : getenv('TZ');