class SS_LogEmailWriter extends Zend_Log_Writer_Abstract (View source)

Sends an error message to an email.

Properties

protected $emailAddress
protected $customSmtpServer

Methods

public
__construct($emailAddress, $customSmtpServer = false)

No description

public static 
factory($emailAddress, $customSmtpServer = false)

No description

public static 
set_send_from($address) deprecated

No description

public static 
get_send_from() deprecated

No description

public
_write($event)

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

Details

__construct($emailAddress, $customSmtpServer = false)

No description

Parameters

$emailAddress
$customSmtpServer

static factory($emailAddress, $customSmtpServer = false)

No description

Parameters

$emailAddress
$customSmtpServer

static set_send_from($address) deprecated

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

No description

Parameters

$address

static get_send_from() deprecated

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

No description

_write($event)

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

Parameters

$event