Index: branches/5.2.x/units/orders/orders_tag_processor.php =================================================================== diff -u -N -r14883 -r14940 --- branches/5.2.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 14883) +++ branches/5.2.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 14940) @@ -1,6 +1,6 @@ Application->ConfigValue('Site_Name')); - $from_email = $this->Application->ConfigValue('Smtp_AdminMailFrom'); + $from_email = $this->Application->ConfigValue('DefaultEmailSender'); $to_name = $order->GetDBField('BillingTo'); $to_email = $order->GetDBField('BillingEmail');