class SS_LogEmailWriter extends Zend_Log_Writer_Abstract

Sends an error message to an email.

Config options

send_from

Methods

__construct($emailAddress, $customSmtpServer = false)

No description

static 
factory($emailAddress, $customSmtpServer = false)

No description

static 
set_send_from($address) deprecated

No description

static 
get_send_from() deprecated

No description

_write($event)

Send an email to the email address set in this writer.

Details

at line 24
__construct($emailAddress, $customSmtpServer = false)

Parameters

$emailAddress
$customSmtpServer

at line 29
static factory($emailAddress, $customSmtpServer = false)

Parameters

$emailAddress
$customSmtpServer

at line 36
static set_send_from($address) deprecated

deprecated 4.0 Use the "SS_LogEmailWriter.send_from" config setting instead

Parameters

$address

at line 44
static get_send_from() deprecated

deprecated 4.0 Use the "SS_LogEmailWriter.send_from" config setting instead

at line 53
_write($event)

Send an email to the email address set in this writer.

Parameters

$event