Parse recipients.
authorJan Schneider <jan@horde.org>
Thu, 6 Jan 2011 15:11:26 +0000 (16:11 +0100)
committerJan Schneider <jan@horde.org>
Thu, 6 Jan 2011 15:35:58 +0000 (16:35 +0100)
framework/Mail/lib/Horde/Mail/Transport/Mock.php

index e36d05a..f580ee5 100644 (file)
@@ -130,6 +130,8 @@ class Horde_Mail_Transport_Mock extends Horde_Mail_Transport
             $body_txt = $body;
         }
 
+        $recipients = $this->parseRecipients($recipients);
+
         $this->sentMessages[] = array(
             'body' => $body_txt,
             'headers' => $headers,