PHP 클래스 Swift_SmtpTransport, Halite

저자: Chris Corbyn
상속: extends Swift_Transport_EsmtpTransport
파일 보기 프로젝트 열기: HaliteChallenge/Halite 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $host = 'localhost', integer $port = 25, string $security = null ) Create a new SmtpTransport, optionally with $host, $port and $security.
newInstance ( string $host = 'localhost', integer $port = 25, string $security = null ) : Swift_SmtpTransport Create a new SmtpTransport instance.

메소드 상세

__construct() 공개 메소드

Create a new SmtpTransport, optionally with $host, $port and $security.
public __construct ( string $host = 'localhost', integer $port = 25, string $security = null )
$host string
$port integer
$security string

newInstance() 공개 정적인 메소드

Create a new SmtpTransport instance.
public static newInstance ( string $host = 'localhost', integer $port = 25, string $security = null ) : Swift_SmtpTransport
$host string
$port integer
$security string
리턴 Swift_SmtpTransport