PHP Class Helper\Mailer\AliyunDirectMail

Inheritance: implements Contactable\IMailer
Show file Open project: sendya/shadowsocks-panel

Public Methods

Method Description
__construct ( )
isAvailable ( )
send ( Mail $mail ) : boolean Send mail

Method Details

__construct() public method

public __construct ( )

isAvailable() public method

public isAvailable ( )

send() public method

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