Index: branches/RC/core/kernel/utility/email_send.php =================================================================== diff -u -N -r11348 -r11349 --- branches/RC/core/kernel/utility/email_send.php (.../email_send.php) (revision 11348) +++ branches/RC/core/kernel/utility/email_send.php (.../email_send.php) (revision 11349) @@ -1105,7 +1105,6 @@ $this->SetReturnPath($from_email); } - $to_email = $this->_replaceRecipientEmail($to_email); $this->SetEncodedEmailHeader('To', $to_email, $to_name ? $to_name : $to_email); return $this->Deliver();