ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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 
8 interface ilMailMimeSender
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 }
Interface ilMailMimeTransport.