PHP 클래스 Horde_Smtp_Lmtp, horde

부터: 1.5.0
저자: Michael Slusarz ([email protected])
상속: extends Horde_Smtp
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_ehlo HELO isn't supported, but HELO code in _hello() should not be reached since failure of LHLO command will result in 500 error code (instead of 502 necessary to fallback to HELO).
$_requiredExts These extensions are required for LMTP (RFC 2033 [5]).

공개 메소드들

메소드 설명
__construct ( array $params = [] )

보호된 메소드들

메소드 설명
_processData ( $recipients )

메소드 상세

__construct() 공개 메소드

public __construct ( array $params = [] )
$params array

_processData() 보호된 메소드

protected _processData ( $recipients )

프로퍼티 상세

$_ehlo 보호되어 있는 프로퍼티

HELO isn't supported, but HELO code in _hello() should not be reached since failure of LHLO command will result in 500 error code (instead of 502 necessary to fallback to HELO).
protected $_ehlo

$_requiredExts 보호되어 있는 프로퍼티

These extensions are required for LMTP (RFC 2033 [5]).
protected $_requiredExts