ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilMailMimeTransportNull.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4require_once 'Services/Mail/classes/Mime/Transport/interface.ilMailMimeTransport.php';
5require_once 'Services/Logging/classes/public/class.ilLoggerFactory.php';
6
11{
15 public function send(ilMimeMail $mail)
16 {
18 'Suppressed delegation of external email delivery according to global setting.'
19 ));
20
21 return true;
22 }
23}
sprintf('%.4f', $callTime)
An exception for terminatinating execution or to throw for unit testing.
static getLogger($a_component_id)
Get component logger.
Class ilMailMimeTransportNull.
Class ilMimeMail.
Interface ilMailMimeTransport.