ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
null.php
Go to the documentation of this file.
1<?php
52class Mail_null extends Mail {
53
79 function send($recipients, $headers, $body)
80 {
81 return true;
82 }
83
84}
send($recipients, $headers, $body)
Implements Mail_null::send() function.
Definition: null.php:79
PEAR's Mail:: interface.