ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
8{
12 public function send(\ilMimeMail $mail) : bool
13 {
14 ilLoggerFactory::getLogger('mail')->debug(sprintf(
15 'Suppressed delegation of external email delivery according to global setting.'
16 ));
17
18 return true;
19 }
20}
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.