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
No description
static
get_send_from()
deprecated
deprecated
No description
_write($event)
Send an email to the email address set in this writer.