PHP 클래스 Helper\Mailer\AliyunDirectMail

상속: implements Contactable\IMailer
파일 보기 프로젝트 열기: sendya/shadowsocks-panel

공개 메소드들

메소드 설명
__construct ( )
isAvailable ( )
send ( Mail $mail ) : boolean Send mail

메소드 상세

__construct() 공개 메소드

public __construct ( )

isAvailable() 공개 메소드

public isAvailable ( )

send() 공개 메소드

Send mail
public send ( Mail $mail ) : boolean
$mail Model\Mail
리턴 boolean true if the mail was successfully accepted for delivery, false otherwise.