PHP Class app\EmailAlertHandler

Show file Open project: analogic/lemanager

Public Properties

Property Type Description
$config

Public Methods

Method Description
__construct ( Email $config )
sendErrorLog ( Certificate $certificate )
sendIssuedLog ( Certificate $certificate )
sendRenewLog ( Certificate $certificate )
sendTestMessage ( )

Private Methods

Method Description
email ( $subject, $body )

Method Details

__construct() public method

public __construct ( Email $config )
$config App\configuration\Email

sendErrorLog() public method

public sendErrorLog ( Certificate $certificate )
$certificate Certificate

sendIssuedLog() public method

public sendIssuedLog ( Certificate $certificate )
$certificate Certificate

sendRenewLog() public method

public sendRenewLog ( Certificate $certificate )
$certificate Certificate

sendTestMessage() public method

public sendTestMessage ( )

Property Details

$config public property

public $config