ILIAS  release_7 Revision v7.30-3-g800a261c036
interface.ilMailMimeSender.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
9{
13 public function hasReplyToAddress() : bool;
14
18 public function getReplyToAddress() : string;
19
23 public function getReplyToName() : string;
24
28 public function hasEnvelopFromAddress() : bool;
29
33 public function getEnvelopFromAddress() : string;
34
38 public function getFromAddress() : string;
39
43 public function getFromName() : string;
44}
An exception for terminatinating execution or to throw for unit testing.
Interface ilMailMimeTransport.