ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilMailMimeSender.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 hasReplyToAddress();
13
17 public function getReplyToAddress();
18
22 public function getReplyToName();
23
27 public function hasEnvelopFromAddress();
28
32 public function getEnvelopFromAddress();
33
37 public function getFromAddress();
38
42 public function getFromName();
43}
An exception for terminatinating execution or to throw for unit testing.
Interface ilMailMimeTransport.