SS_LogEmailWriter
class SS_LogEmailWriter extends Zend_Log_Writer_Abstract (View source)
Sends an error message to an email.
Properties
protected | $emailAddress | |||
protected | $customSmtpServer |
Methods
Details
__construct($emailAddress, $customSmtpServer = false)
No description
static
factory($emailAddress, $customSmtpServer = false)
No description
static
set_send_from($address)
deprecated
deprecated 4.0 Use the "SS_LogEmailWriter.send_from" config setting instead
No description
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.