class SS_LogEmailWriter extends Zend_Log_Writer_Abstract (View source)

Sends an error message to an email.

Properties

static private $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

__construct($emailAddress, $customSmtpServer = false)

Parameters

$emailAddress
$customSmtpServer

static factory($emailAddress, $customSmtpServer = false)

Parameters

$emailAddress
$customSmtpServer

static set_send_from($address) deprecated

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

Parameters

$address

static get_send_from() deprecated

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

_write($event)

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

Parameters

$event