ILIAS  release_8 Revision v8.24
class.ilMailMimeTransportNull.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25{
26 public function send(ilMimeMail $mail): bool
27 {
28 ilLoggerFactory::getLogger('mail')->debug(
29 'Suppressed delegation of external email delivery according to global setting.'
30 );
31
32 return true;
33 }
34}
static getLogger(string $a_component_id)
Get component logger.
Class ilMailMimeTransportNull.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...