ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 
7 interface ilMailMimeSender
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 }
Interface ilMailMimeTransport.