Index: branches/5.3.x/core/install/upgrades.sql =================================================================== diff -u -N -r15913 -r15916 --- branches/5.3.x/core/install/upgrades.sql (.../upgrades.sql) (revision 15913) +++ branches/5.3.x/core/install/upgrades.sql (.../upgrades.sql) (revision 15916) @@ -2944,3 +2944,5 @@ UPDATE LanguageLabels SET l1_HintTranslation = '' WHERE Phrase = 'la_title_SystemToolsDeploy'; + +INSERT INTO SystemSettings VALUES(DEFAULT, 'EmailDelivery', '2', 'In-Portal', 'in-portal:configure_advanced', 'la_section_SettingsMailling', 'la_config_EmailDelivery', 'radio', NULL, '1=la_opt_EmailDeliveryQueue||2=la_opt_EmailDeliveryImmediate', 50.11, 0, 1, NULL);