예제 #1
0
 static function send($recip)
 {
     $ms = new MailSender($recip, true);
     $ms->run();
 }