* @author Michael Slusarz * @category Horde * @copyright 2010-2017 Horde LLC * @copyright 2010 Phil Kernick * @license http://www.horde.org/licenses/bsd New BSD License * @package Mail */ class Horde_Mail_Transport_Null extends Horde_Mail_Transport { /** */ public function send($recipients, array $headers, $body) { } }