public static function subscribeTo($mbox, $domain, $user = null) { $mlist = new MailingList($mbox, $domain, $user); return $mlist->subscribe(); }