
 barrykilby - 2006-09-13 12:53:32
Unless I change line 327 to the following
   if(is_array($to)){
     foreach ($to as $id => $object) {
       $toaddress = $object->mailbox . "@" . $object->host;
     }
    }
Rather than
   if(is_array($to)){
     foreach ($from as $id => $object) {
       $toaddress = $object->mailbox . "@" . $object->host;
     }
    }
"from" and "to" show as the same address when entered into the database.