Public Member Functions | |
__construct ($to, $from= '', $name= '', $skipValidation=false) |
Public Attributes | |
$to | |
$from | |
$name | |
$skipValidation |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
This class represents email recipient for Notificator
Definition at line 12 of file EmailRecipient.php.
EmailRecipient::__construct | ( | $to, | |
$from = '' , |
|||
$name = '' , |
|||
$skipValidation = false |
|||
) |
Constructor
string | $to | email of recipient |
string | $from | email of sender |
string | $name | name of recipient |
bool | $skipValidation | defines if validation should be skipped |
Definition at line 44 of file EmailRecipient.php.