ImapDomain
in package
Class ImapDomain
Table of Contents
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- $ : array<string|int, ?string>
- __construct() : mixed
- ImapDomain constructor.
- SenderAllowed() : bool
- Is the mail sender allowed to operate as source for new notices? This method checks the host od the sender
Properties
$
public
string
$
name The domain name e.g. teichner.biz
$
public
string
$
user The user name to login
$
public
string
$
password The password to login
$
public
string
$
host The connect string
$
public
string
$
trash The trash folder for emails to not process
$
public
string
$
secure Connect by tls or ssl
$
public
string
$
email The target email e.g. crm@teichner.biz
$
public
array<string|int, ?string>
$
white_list Additional allowed senders in format regular expresion or, als domain string
Methods
__construct()
ImapDomain constructor.
public
__construct([stdClass|null $input = null ]) : mixed
Parameters
- $input : stdClass|null = null
-
The initial setup
Return values
mixed —SenderAllowed()
Is the mail sender allowed to operate as source for new notices? This method checks the host od the sender
public
SenderAllowed(string $sender) : bool
Parameters
- $sender : string