ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilMailMimeTransportNull.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
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.