ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules 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 }
internal PHP-mail() implementation of the PEAR Mail:: interface.
send($recipients, $headers, $body)
Implements Mail_null::send() function.
Definition: null.php:79