IMP_Sentmail::_log PHP 메소드

_log() 추상적인 보호된 메소드

Logs an attempt to send a message per recipient.
abstract protected _log ( integer $action, string $message_id, string $recipient, boolean $success )
$action integer Why the message was sent (IMP_Sentmail constant).
$message_id string The Message-ID.
$recipient string A message recipient.
$success boolean Whether the attempt was successful.
    protected abstract function _log($action, $message_id, $recipient, $success);