ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
null.php
Go to the documentation of this file.
1 <?php
52 class Mail_null extends Mail {
53 
79  function send($recipients, $headers, $body)
80  {
81  return true;
82  }
83 
84 }