ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilMailMimeTransportNull.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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.
Interface ilMailMimeTransport.