Пример #1
0
 protected function call_mandrill($email_data)
 {
     $email_service = null;
     $s = null;
     require_once '../sources/mandrill.php';
     $email_service = new mandrill($email_data);
     $s = $email_service->send();
     return $s;
 }